normalizePath.d.ts 79 B

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