UNPKG

133 BTypeScriptView Raw
1import type { PathArray, PathSegment } from '../types';
2export declare function clonePath(path: PathArray | PathSegment): PathArray;