@ui-tars/shared
Version:
Shared types for UI-TARS
11 lines (10 loc) • 311 B
JavaScript
/**
* Copyright (c) 2025 Bytedance, Inc. and its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
var share_ShareVersion = /*#__PURE__*/ function(ShareVersion) {
ShareVersion["V1"] = "v1";
return ShareVersion;
}({});
export { share_ShareVersion as ShareVersion };
//# sourceMappingURL=share.mjs.map