1.0.5 • Published 10 months ago
@edgeone/ef-types v1.0.5
@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"]
}
}