mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export function normalize(fileName: string)
|
|
{
|
|
return fileName.split("\\").join("/");
|
|
}
|