UNPKG

145 BTypeScriptView Raw
1export interface DiffType {
2 type: string;
3 min: number;
4}
5export declare function fillPathByDiff(source: string, target: string): string;