2.0.0 • Published 3 years ago

doafter v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

doafter

Function `do after` for JavaScript.

Installation

npm install doafter

Usage

const doAfter = require('doafter');
const func = async () => {
    const a = await doAfter(1, 'value1', true)
    const b = await doAfter(2, 'value2', true)
    const c = await doAfter(3, 'value3', false)
}
func()
2.0.0

3 years ago

1.0.0

3 years ago