1.0.4 • Published 3 years ago

waiting-js v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Waiting-js

Very useful for timing code, or waiting.
First package made by Veqsa

Installation

How to install the waiting package using npm

npm install waiting-js

Usage

How to use the waiting package

const waiting = require('waiting-js')
waiting.sleep({
    time: 1, // Amount of time the code should wait
    time_format: 'seconds' // Format of the time
})

time_format

  • Hours - 'hours', 'h'
  • Minutes - 'minutes', 'min', 'm'
  • Seconds - 'seconds', 'sec', 's'
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago