utils.d.ts 100 B

12
  1. export declare const isWindows: boolean;
  2. export declare function normalizePath(id: string): string;