0.1.8 • Published 2 years ago

timeout-promise-wrapper v0.1.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years 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

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago