1.2.4 • Published 3 years ago

@drstrain/drutil v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

DrStrain utilities (drutil)

Utility functions that is frequently used by me (Drstrain) and has following features:

  • Zero dependency
  • Typescript supported
  • Over 90% test coverage
  • Over 20 common functionalities (random, sleep, read from user's input, crypto hash, hmac, log, etc)

Install

# using npm
npm install @drstrain/drutil

# using yarn
yarn add @drstrain/drutil

Documentations

https://stc.drstra.in/drutil/index.html

Example usage

Example usage of getRandomString:

import { getRandomString } from '@drstrain/drutil';

console.log(getRandomString(20));

Please check documentation for list of supported functions

1.2.0

3 years ago

1.2.4

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.19

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago