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