1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-06 16:31:38 +00:00
Files
github-actions[bot] 199ab446df v2 new release (#77)
2022-06-27 14:12:49 -04:00

11 lines
432 B
TypeScript

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import { Diff } from './cleanupSemantic';
import type { DiffOptionsColor } from './types';
declare const getAlignedDiffs: (diffs: Array<Diff>, changeColor: DiffOptionsColor) => Array<Diff>;
export default getAlignedDiffs;