Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 560 Bytes

Types for MegaEdit

Type definitions for the MegaEdit scripting interface.

Full documentation is available here.

Use and install the package to get the best experience and IntelliSense support within our IDE. Choose dev dependencies if you are developing in Javascript or our code will not be reused in another project.

npm init

// install as dev dependencies
npm i -D @infigo-official/types-for-megaedit

// ... or ...

// install as dependencies
npm i @infigo-official/types-for-megaedit