parse-path.d.ts 75 B

12
  1. declare function parsePath(p: string): string[];
  2. export default parsePath;