@edgeone/ef-types
v1.0.5
Published
TypeScript typings for EdgeOne EdgeFunctions Runtime
Downloads
35
Maintainers
Readme
@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"]
}
}