2.16.2 • Published 8 months ago

@levimc-lse/types v2.16.2

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
8 months ago

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/types

Then, 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" />
2.16.2

8 months ago

2.16.1

8 months ago

2.16.0

8 months ago

2.15.0

8 months ago

2.14.1

11 months ago