mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-15 20:53:54 +00:00
Initial commit
This commit is contained in:
commit
2211ed7650
10117 changed files with 735995 additions and 0 deletions
3
src/stringUtils.ts
Normal file
3
src/stringUtils.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function normalize(pathString: string) {
|
||||
return pathString.replace(/\\/g, "/").replace(/\/+/g, "/");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue