Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nodesuite/delay

nodesuite82ISC0.3.32TypeScript support: included

Simple async delay function with commonly used aliases.

delay, nodesuite, pause, sleep, timeout, wait, wait-for-timeout

readme

nodesuite

@nodesuite/delay

Simple async timeout with optional randomization of range.

Important

If no randomization is required, do not use this package. Instead, use the Node built-in setTimeout from node:timers/promises.

https://nodejs.org/api/timers.html#timerspromisessettimeoutdelay-value-options

Usage

import { delay } from "@nodesuite/delay"

const example = async () => {
    const start = Date.now()
    await delay(1000, 2000)
    const stop = Date.now()
    console.log(`Randomized delay of ${stop - start}ms!`)
}

changelog

Change Log - @nodesuite/delay

This log was last generated on Wed, 15 Feb 2023 00:52:39 GMT and should not be manually modified.

0.3.32

Wed, 15 Feb 2023 00:52:39 GMT

Version update only

0.3.31

Mon, 13 Feb 2023 02:09:05 GMT

Version update only

0.3.30

Fri, 10 Feb 2023 04:45:35 GMT

Version update only

0.3.29

Thu, 09 Feb 2023 22:12:26 GMT

Version update only

0.3.28

Sat, 28 Jan 2023 02:36:35 GMT

Version update only

0.3.27

Sat, 28 Jan 2023 01:11:23 GMT

Version update only

0.3.26

Thu, 05 Jan 2023 03:17:01 GMT

Version update only

0.3.25

Thu, 05 Jan 2023 02:46:46 GMT

Version update only

0.3.24

Thu, 05 Jan 2023 02:38:12 GMT

Version update only

0.3.23

Tue, 03 Jan 2023 00:06:34 GMT

Version update only

0.3.22

Mon, 02 Jan 2023 23:43:56 GMT

Version update only

0.3.21

Mon, 02 Jan 2023 23:19:28 GMT

Version update only

0.3.20

Mon, 02 Jan 2023 21:50:32 GMT

Version update only

0.3.19

Sun, 01 Jan 2023 06:01:08 GMT

Version update only

0.3.18

Sun, 01 Jan 2023 05:57:42 GMT

Version update only

0.3.17

Sun, 01 Jan 2023 05:51:02 GMT

Version update only

0.3.16

Sun, 01 Jan 2023 05:30:26 GMT

Version update only

0.3.15

Sun, 01 Jan 2023 05:26:09 GMT

Version update only

0.3.14

Sun, 01 Jan 2023 04:39:20 GMT

Version update only

0.3.13

Wed, 28 Dec 2022 23:29:33 GMT

Version update only

0.3.12

Tue, 27 Dec 2022 23:58:57 GMT

Version update only

0.3.11

Tue, 27 Dec 2022 22:07:47 GMT

Version update only

0.3.10

Tue, 27 Dec 2022 21:51:26 GMT

Version update only

0.3.9

Sun, 18 Dec 2022 01:27:33 GMT

Version update only

0.3.8

Wed, 14 Dec 2022 23:34:41 GMT

Version update only

0.3.7

Wed, 14 Dec 2022 03:14:38 GMT

Version update only

0.3.6

Wed, 14 Dec 2022 03:09:44 GMT

Version update only

0.3.5

Wed, 14 Dec 2022 02:57:55 GMT

Version update only

0.3.4

Wed, 14 Dec 2022 02:54:09 GMT

Version update only

0.3.3

Wed, 14 Dec 2022 02:48:39 GMT

Version update only

0.3.2

Wed, 14 Dec 2022 02:48:21 GMT

Version update only

0.3.1

Wed, 14 Dec 2022 02:47:14 GMT

Initial release