1.0.5 • Published 1 year 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-devHow 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"]
}
}