1.0.0 • Published 8 years ago

waste v1.0.0

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
8 years ago

waste ⏲

Tiny utility to sleep for a given amount of time.

Installation

npm install --save waste

Usage

import waste from 'waste'

const ONE_HOUR = 60 * 60 * 1000

waste(ONE_HOUR)
  .then(() => {
    // 1 hour later...
  })
1.0.0

8 years ago