Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 748 Bytes

File metadata and controls

19 lines (10 loc) · 748 Bytes

Install Typings

What are typings?

TypeScript adds static typing to JavaScript, because JavaScript alone does not define such type definitions.

Why do we need typings?

It's not neccessary, but if you have VS Code (Available on PC & Browser), it makes your life easier.

image

image

Script API Modules type definitions

The typings for latest version of script module are available in NPM, which is installed via Node.js

Check out this link to find out which version of scripting API modules to install.