1.0.4 • Published 4 years ago

delay-node v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

This is just a very simple delay function, and it's my first npm package.

Installation

npm install delay

Usage

const delay = require('delay');

console.log('1');
delay(1000) //The input number is in milliseconds (1 sec = 1000 millisecs)
console.log('2');
1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago