magic-script-typings
v1.7.1
Published
Typescript definitions for MagicScript
Downloads
11
Readme
MagicScript Typings
MagicScript Typscript Definitions
These .d.ts
files are meant to be used in your MagicScript application to enable code completion in VS Code.
Updating Documentation
- Get documentation source code and install dependencies
git clone https://github.com/magic-script/magic-script-typings.git
cd magic-script-typings
yarn
yarn typedoc
cd website
yarn
- Make your changes and test them locally
yarn start
- Save your changes
git commit
License
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details