Provides hooks into TypeScript's typing system for use with the TypeScript to Lua transpiler.
Add this as a submodule with the path types/unicorn
:
git submodule add https://github.com/unicornpkg/tstl-typings-libunicornpkg types/unicorn
git submodule update --init --recurse
Then, import
the library as usual.
Contributions are always welcome! This section demonstrates how to contribute to this project.
- Install just. Just is a tool that will make your life significantly easier if you've never developed on TypeScript before.
- Fork the repository and clone it locally.
- Execute
just install
. This installs developer dependencies. - Occasionally execute
just lint
. This useseslint
to check for errors. - Commit your changes, push them up to GitHub, and open a PR.