Appearance
延迟 Promise 的执行。
import { delay } from '@base-web-kits/base-tools-ts'; await delay(1000); // 等待 1 秒
wait (number)
(Promise)