0.1.11 • Published 2 years ago

@qitt/delay v0.1.11

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.


@qitt/delay

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

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

Wait for specified number of seconds (milliseconds)

import delay from '@qitt/delay'

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

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago