0.0.1 • Published 7 years ago

@dkx/wait-promise v0.0.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
7 years ago

DKX/WaitPromise

Wait promise for node.js

Installation

$ npm install --save @dkx/wait-promise

or with yarn

$ yarn add @dkx/wait-promise

Usage

import {waitPromise} from '@dkx/wait-promise';

(async () => {
	await waitPromise(100);
	console.log('Waited for 100ms');
})();
0.0.1

7 years ago