microsoft

microsoft/tslib

Runtime library for TypeScript helpers.

TypeScript
1333
144
BSD Zero Clause License

tslib is a runtime library for TypeScript that contains helper functions like `__extends` and `__assign`, which are used when compiling TypeScript code. It is primarily used with the `--importHelpers` flag to reduce code duplication and optimize bundle sizes by importing these helpers from a single location instead of inlining them. This library is intended for TypeScript developers who want to streamline their compiled JavaScript output and improve runtime efficiency.

Total donated
Undistributed
Share with your subscribers: