UNPKG

@ui-tars/shared

Version:
8 lines (6 loc) 179 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ declare const stringify: (obj: unknown) => string; export { stringify };