0.1.8 • Published 1 month ago

timeout-promise-wrapper v0.1.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 month ago

timeout-promise-wrapper

A simple timeout library for nodejs. It gives an promise based alternative to setTimeout and clearTimeout.

Installation

npm install timeout-promise-wrapper

Usage

const timeout = require("timeout-promise-wrapper");

await timeout(100); // waits 100ms
0.1.8

1 month ago

0.1.7

1 month ago

0.1.6

1 month ago

0.1.5

4 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

7 months ago

0.1.1

7 months ago