delay-sync
v1.0.2
Published
This npm library provides a synchronous delay function for specified milliseconds
Downloads
36
Maintainers
Readme
delay-sync
This npm library provides a synchronous delay function for specified milliseconds
Install
$ npm install delay-sync
Usage
const delay = require('delay-sync');
delay(5000); // Delay of 5 seconds