From 399e931c2c655062201d5b896ae1b8c675b18de3 Mon Sep 17 00:00:00 2001 From: sha1n Date: Sat, 26 Feb 2022 17:50:50 +0200 Subject: [PATCH] exported missing function --- index.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 2dabe63..b176cbf 100644 --- a/index.ts +++ b/index.ts @@ -1,6 +1,6 @@ export * from './lib/types'; export { toMilliseconds } from './lib/toMilliseconds'; -export { sleep, delay } from './lib/delay'; +export { sleep, delay, delayed } from './lib/delay'; export { timeoutAround, timeBounded } from './lib/timeout'; export { stopwatch } from './lib/stopwatch'; export { until, eventually } from './lib/eventually'; diff --git a/package.json b/package.json index 50cdf2b..760e467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sha1n/about-time", - "version": "0.0.10", + "version": "0.0.11", "description": "A set of essential time related utilities", "repository": "https://github.com/sha1n/about-time", "author": "Shai Nagar",