1.3.1 • Published 4 years ago

@ambroise-rabier/ts-utils v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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
1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago