@extism/js-pdk
v1.1.1
Published
typescript definitions for the extism js-pdk
Downloads
442
Readme
extism js-pdk types
TypeScript definitions for the Extism JS Plugin Development Kit.
To install these types, add them to your tsconfig.json
's types
:
{
"compilerOptions": {
"lib": [], // this ensures unsupported globals aren't suggested
"types": ["@extism/js-pdk"], // while this makes the IDE aware of the ones that are
}
}
Development
The JavaScript prelude is defined in crates/core/prelude
.
License
BSD-Clause-3