tstoolscommon

TsTools common Typescript helper functions.

Usage no npm install needed!

<script type="module">
  import tstoolscommon from 'https://cdn.skypack.dev/tstoolscommon';
</script>

README

npm version Build Status

TsToolsCommon

TsToolsCommon is a private package providing common Typescript helper functions to the TsTools project.

How to install

npm install tstoolscommon

Building

TsToolsCommon depends on NPM as a package manager and Gulp 4 as a build tool. If you haven't already, you'll need to install both these tools in order to build TsHelpers.

Once Gulp is installed, you can build it with the following commands:

npm install
gulp build