Przeglądaj źródła

created helpers that might not even be used

master
Haku 4 lat temu
rodzic
commit
15ef8bcc53
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      src/helpers.ts

+ 4
- 0
src/helpers.ts Wyświetl plik

@@ -0,0 +1,4 @@
function canonicalize(item: string)
{
return item.toLowerCase().replace(/ /g, '_');
}

Ładowanie…
Anuluj
Zapisz