updeep/esm/util/splitPath.d.ts

2 lines
140 B
TypeScript
Raw Normal View History

2025-01-31 17:50:51 +00:00
export default function splitPath(path: string | number | (number | string)[]): (string | number)[];
//# sourceMappingURL=splitPath.d.ts.map