GaochunDataBigScreen/node_modules/unicorn-magic
luoshiwen 438394f8b4 6/10代码提交 2025-06-10 09:36:47 +08:00
..
default.js 6/10代码提交 2025-06-10 09:36:47 +08:00
index.d.ts 6/10代码提交 2025-06-10 09:36:47 +08:00
license 6/10代码提交 2025-06-10 09:36:47 +08:00
node.js 6/10代码提交 2025-06-10 09:36:47 +08:00
package.json 6/10代码提交 2025-06-10 09:36:47 +08:00
readme.md 6/10代码提交 2025-06-10 09:36:47 +08:00

readme.md

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.