overshom-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

overshom-utils

npm package

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

Package Sidebar

Install

npm i overshom-utils

Weekly Downloads

2

Version

1.0.7

License

ISC

Unpacked Size

144 kB

Total Files

72

Last publish

Collaborators

  • overshom