4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
|
declare function normalizePath(path: string): string;
|
||
|
|
||
|
export = normalizePath;
|