delay-js
delay-js resolves a Promise with a given value after its timer is over.
Example
const Delay = require('@emartech/delay-js');
Delay.wait(1000);
Copyright EMARSYS 2016 All rights reserved.
delay-js resolves a Promise with a given value after its timer is over.
const Delay = require('@emartech/delay-js');
Delay.wait(1000);
Copyright EMARSYS 2016 All rights reserved.
npm i @emartech/delay-js
166
1.0.0
ISC