1.0.5 • Published 10 months ago

@edgeone/ef-types v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@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

1.0.5

10 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago