UNPKG

88 BPlain TextView Raw
1export function normalize(fileName: string)
2{
3 return fileName.split("\\").join("/");
4}