mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-22 23:35:45 +00:00
v2 new release (#77)
This commit is contained in:
committed by
GitHub
parent
217bf70cbd
commit
199ab446df
2
node_modules/jest-diff/build/getAlignedDiffs.d.ts
generated
vendored
2
node_modules/jest-diff/build/getAlignedDiffs.d.ts
generated
vendored
@@ -6,5 +6,5 @@
|
||||
*/
|
||||
import { Diff } from './cleanupSemantic';
|
||||
import type { DiffOptionsColor } from './types';
|
||||
declare const getAlignedDiffs: (diffs: Diff[], changeColor: DiffOptionsColor) => Diff[];
|
||||
declare const getAlignedDiffs: (diffs: Array<Diff>, changeColor: DiffOptionsColor) => Array<Diff>;
|
||||
export default getAlignedDiffs;
|
||||
|
||||
Reference in New Issue
Block a user