This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@monvechen/sleep
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

sleep

just a easy way to await sleep

Usage

import { sleep } from '@monvechen/sleep';

const main = async () => {
  //sleep 1000 ms
  await sleep(1000);
}

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @monvechen/sleep

    Weekly Downloads

    1

    Version

    1.0.3

    License

    Apache-2.0

    Unpacked Size

    14.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • monvechen