@levimc-lse/types
v2.17.0
Published
TypeScript declaration files for the Legacy Script Engine.
Readme
Legacy Script Engine Types
For other language platforms and documentation, please refer to the homepage.
TypeScript declaration files for the Legacy Script Engine.
🚀 Usage
Install this package as a development dependency:
npm install -D @levimc-lse/typesThen, add the following to your tsconfig.json:
{
"compilerOptions": {
"types": ["@levimc-lse/types"]
}
}Or, add the following to your entry point file:
/// <reference types="@levimc-lse/types" />