file_util.d.ts 130 B

12
  1. export declare function makePath(path: string): string;
  2. export declare function localePath(locale: string, ext?: string): string;