1.2.4 • Published 2 years ago

@drstrain/drutil v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.4

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.19

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago