Socket
Book a DemoInstallSign in
Socket

@edgeone/ef-types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeone/ef-types

TypeScript typings for EdgeOne EdgeFunctions Runtime

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

@edgeone/ef-types

TypeScript typings for EdgeOne EdgeFunctions Runtime.

Install

yarn add @edgeone/ef-types -D
# or
npm install @edgeone/ef-types --save-dev

How To Use

Make sure to remove webworker from the lib array in your tsconfig.json. Add @edgeone/ef-types to your types in your tsconfig.json.

{
  "compilerOptions": {
    "types": ["@edgeone/ef-types"]
  }
}

Doc

  • TencentCloud EdgeOne

Keywords

tencent

FAQs

Package last updated on 29 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts