UNPKG

@antv/path-util

Version:

A common util collection for antv projects

6 lines (5 loc) 145 B
export interface DiffType { type: string; min: number; } export default function fillPathByDiff(source: string, target: string): string;