@ambroise-rabier/ts-utils

Personal small re-usable typescripts snippets.

Usage no npm install needed!

<script type="module">
  import ambroiseRabierTsUtils from 'https://cdn.skypack.dev/@ambroise-rabier/ts-utils';
</script>

README

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