mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 00:26:47 +00:00
build
This commit is contained in:
10
node_modules/jest-diff/build/diffStrings.d.ts
generated
vendored
10
node_modules/jest-diff/build/diffStrings.d.ts
generated
vendored
@@ -4,11 +4,7 @@
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { DiffOptions } from './types';
|
||||
declare type Original = {
|
||||
a: string;
|
||||
b: string;
|
||||
};
|
||||
declare const _default: (a: string, b: string, options?: DiffOptions | undefined, original?: Original | undefined) => string;
|
||||
export default _default;
|
||||
import { Diff } from './cleanupSemantic';
|
||||
declare const diffStrings: (a: string, b: string) => Diff[];
|
||||
export default diffStrings;
|
||||
//# sourceMappingURL=diffStrings.d.ts.map
|
||||
Reference in New Issue
Block a user