node-tslib

Implementation of tslib for javascript
  https://typescriptlang.org/
  0
  no reviews



This is a runtime library for typescript that contains all of the TypeScript helper functions.

This library is primarily used by the --importHelpers flag in TypeScript.

For an optimized bundles with TypeScript, you should absolutely consider using tslib and --importHelpers.

Node.js is an event-based server-side JavaScript engine.