Skip to content
On this page

Other

一些杂项或者小小的语法糖

sleep

介绍

sleep函数,用于延迟执行。

导入

js
import { sleep } from 'galanga'

使用

传入一个数字,单位为毫秒,延迟执行。

js
sleep(1000)
js
galanga.sleep(1000)

Released under Apache License 2.0 and package version 0.2.7