Skip to content

ambroiseRabier/ts-utils

Repository files navigation

Build Status Coverage Status

Collection of personal typescript utils.

Installation

npm i --save @ambroise-rabier/ts-utils

To have extensions available, add this line in your entrypoint (main.ts, index.ts usually).

import '@ambroise-rabier/ts-utils';

Require typescript 3.7

Content

You are invited to browse src/lib and src/extensions folders.

Deployement

Travis will deploy on tagged commit, however, you need to push tag first before pushing to master.

npm version x.x.x
git push --tags && git push origin master

About

Personal small re-usable typescripts snippets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published