0.0.1-alpha.2 • Published 2 years ago

@tsep/tsep v0.0.1-alpha.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

tsep

tsep is a fork of https://www.npmjs.com/package/jsep written in Typescript. tsep is not backwards compatible with jsep because jsep is a singleton whereas tsep uses parser engine instances so you can have many different parser configurations within one app.

This library was generated with Nx.

Building

Run nx build tsep to build the library.

Running unit tests

Run nx test tsep to execute the unit tests via Jest.