1.0.3 • Published 5 years ago

inspira-sleep v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

inspira-sleep

Javascript / NODE JS sleep functionality.

HOW TO USE

npm install --save inspira-sleep

Use shopify rest calls

import InspiraSleep from 'inspira-sleep';

await InspiraSleep.sleep(2000); // Wait for 2 seconds
await InspiraSleep.executeAfter(2000, (arg) => { console.log( arg.message ); }, { message: 'executed' }); // Executes function after 2 seconds
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago