Appearance
一些杂项或者小小的语法糖
sleep
sleep函数,用于延迟执行。
import { sleep } from 'galanga'
传入一个数字,单位为毫秒,延迟执行。
sleep(1000)
galanga.sleep(1000)