Skip to content

Commit

Permalink
exported missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed Feb 26, 2022
1 parent 4e0760d commit 399e931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 399e931

Please sign in to comment.