Skip to content

emartech/delay-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delay-js

delay-js resolves a Promise with a given value after its timer is over.

Example

const Delay = require('@emartech/delay');
Delay.wait(1000);

Copyright EMARSYS 2016 All rights reserved.