await-delay

v1.0.0
use delay/sleep to async/await ES7
await async delay sleep wait promises promise es7

await-delay

use delay/sleep to async/await ES7

Installation

npm i --save await-delay

Usage

import delay from 'await-delay'

async () => {
  // Do something
  
  // Wait for 2 seconds 
  await delay(2000)

  // Do things after the delay
}
npm i await-delay

Metadata

  • GPL-3.0
  • Whatever
  • José Moreira
  • released 7/21/2016

Downloads

Maintainers