JavaScript
To use with JavaScript as an autocomplete tool you need to install TypeScript, run the Zeus CLI, and then transform the result to JS using tsc
Generate Zeus:
And transform it using Typescript:
This will generate an out.d.ts
file so that you can have autocompletion.
Last updated