0.1.2 • Published 2 years ago

@ichiql/delay v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Deprecated

このパッケージは非推奨となりました 今後は anoare をご使用ください :)

This package has been deprecated. Use https://github.com/ichiql/anoare instead.


@ichiql/delay

pnpm add @ichiql/delay
npm install @ichiql/delay
yarn add @ichiql/delay

指定秒数(ミリ秒数)待つ

Wait for specified number of seconds (milliseconds)

import delay from '@ichiql/delay'

await delay({ msec: 1000 }) // wait 1sec
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago