normalizePath.d.ts 79 B

123
  1. declare function normalizePath(path: string): string;
  2. export = normalizePath;