1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00

feat(packages/stdlib): add sleep async util

This commit is contained in:
2024-10-24 07:30:41 +07:00
parent 5bc3dd5ee0
commit 9b5eef04c7
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export * from './sleep';
export * from './tryIt';