test02/node_modules/unicorn-magic
罗佳鸿 6aa1ebe342
Some checks are pending
部署文档 / deploy-gh-pages (push) Waiting to run
first commit
2024-08-13 10:11:19 +08:00
..
default.js first commit 2024-08-13 10:11:19 +08:00
index.d.ts first commit 2024-08-13 10:11:19 +08:00
license first commit 2024-08-13 10:11:19 +08:00
node.js first commit 2024-08-13 10:11:19 +08:00
package.json first commit 2024-08-13 10:11:19 +08:00
readme.md first commit 2024-08-13 10:11:19 +08:00

unicorn-magic

Some useful utilities I often need

I'm not accepting requests.

Install

npm install unicorn-magic

Usage

import {delay} from 'unicorn-magic';

await delay({seconds: 1});

console.log('1 second later');

API

See the types.