1.3.1 • Published 6 years ago
@ambroise-rabier/ts-utils v1.3.1
Collection of personal typescript utils.
Installation
npm i --save @ambroise-rabier/ts-utilsTo 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