take-a-nap

0.0.4 • Public • Published

take-a-nap Build Status

Just another javascript implementation of sleep to use with await

Install

npm install --save take-a-nap

Usage

import { nap } from 'take-a-nap'
 
async function waiting() {
  await nap(3000)
}

Readme

Keywords

Package Sidebar

Install

npm i take-a-nap

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • urucas