UNPKG

buroventures-harald-code-core

Version:

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

8 lines (7 loc) 180 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as Diff from 'diff'; export declare const DEFAULT_DIFF_OPTIONS: Diff.PatchOptions;