This package currently includes TypeScript helpers, which are variables generated by TypeScript and used throughout the compiled code.
For example, __extends
helper allows to change implementation (if overriden) of the class inheritance.
Helpers are imported from official tslib
NPM, and then exposed globally.