UNPKG

@ui-tars/shared

Version:
8 lines (7 loc) 183 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ import sleep from "./sleep.mjs"; export * from "./format.mjs"; export { sleep };