To install this library, run:
$ npm install typescript-libraries --save
Once you have installed the library through npm, you can import your library in any part of application:
import {TSHeuristic} from 'typescript-libraries';
TSHeuristic.similarity('test', 'test');
To lint all *.ts
files:
$ npm run lint
To test all *.spec.ts
files:
$ npm run test
package.json
"files": [
"dist"
],
"private": false
tsconfig.json
"module": "CommonJS",
"moduleResolution": "Node",
MIT © Albion Liçi