JSPM

  • Created
  • Published
  • Downloads 231982677
  • Score
    100M100P100Q248334F

Runtime library for TypeScript helper functions

Package Exports

  • tslib
  • tslib/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Issue Stats Issue Stats

Runtime

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

Installing

For the latest stable version:

npm install tslib

Usage

Set the importHelpers compiler option on the command line:

tsc --importHelpers file.ts

or in your tsconfig.json:

{
    "compilerOptions": {
        "importHelpers": true
    }
}

Contribute

There are many ways to contribute to TypeScript.

Documentation