overshom-utils
v1.0.7
Published
Collection of TypeScript utils to solve trivial tasks in browser and NodeJs environments
Downloads
11
Maintainers
Readme
overshom-utils
Collection of TypeScript utils to solve trivial tasks in browser and NodeJs environments.
Installation
yarn add overshom-utils
# or
npm i overshom-utils
Usage
import { randi, sleep } from 'overshom-utils'
const pulsar = async () => {
while (true) {
console.log(randi(0, 9))
await sleep(500)
}
}
pulsar()
List of async utils
- sleep
List of sync utils
- randi
TODO
Integrate Circle CI + badge