UNPKG

buroventures-harald-code-core

Version:

Harald Code Core - Core functionality for AI-powered coding assistant

10 lines 283 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { partToString } from '../utils/partUtils.js'; export function partListUnionToString(value) { return partToString(value, { verbose: true }); } //# sourceMappingURL=geminiRequest.js.map