ts-common-tools
v2.0.1
Published
Common TypeScript functionality used in various projects.
Downloads
5
Readme
ts-common-tools
TypeScript Common Tools is a package with functionality that can be useful in various projects. It was created by following this guide.
Installation
Install from npm:
npm install ts-common-tools --save
Usage
import {Logger} from "ts-common-tools/build/Utility/Logger";
More info on how to consume this package here.
Check github for available classes.
License
The MIT License (MIT)