Skip to content

bbeygel/m-waiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A package that lets you wait for things.

usage:

const wait = require('m-waiter');

const someAsyncFunction = async () => {
    doSomething();
    await wait(2000);
    doSomethingAfter2Seconds();
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published