For other language platforms and documentation, please refer to the homepage.
TypeScript declaration files for the Legacy Script Engine.
Install this package as a development dependency:
npm install -D @levimc-lse/types
Then, add the following to your tsconfig.json
:
Or, add the following to your entry point file:
/// <reference types="@levimc-lse/types" />