isaacscript-common-ts
This package contains helper functions for a typical TypeScript project, such as iRange
.
Some of the functions here are copied from isaacscript-common
. However, isaacscript-common
is compiled to Lua, so it cannot be used in a typical JavaScript/TypeScript project. This project is compiled to JavaScript, so it can be consumed as a normal JavaScript/TypeScript library.
For more information about IsaacScript, see the official website.