Sfoglia il codice sorgente

created helpers that might not even be used

master
Haku 4 anni fa
parent
commit
15ef8bcc53
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/helpers.ts

+ 4
- 0
src/helpers.ts Vedi File

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

Caricamento…
Annulla
Salva