UNPKG

@gui-agent/action-parser

Version:

Action parser SDK for general action parser

7 lines (6 loc) 218 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ import { actionParser, actionStringParser } from "./actionParser.mjs"; export { actionParser, actionStringParser };