Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 688 Bytes

File metadata and controls

26 lines (16 loc) · 688 Bytes

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)