UNPKG

@ui-tars/shared

Version:
8 lines (7 loc) 235 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ const sleep = (ms)=>new Promise((resolve)=>setTimeout(resolve, ms)); export { sleep as default }; //# sourceMappingURL=sleep.mjs.map