Ver código fonte

created helpers that might not even be used

master
Haku 4 anos atrás
pai
commit
15ef8bcc53
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/helpers.ts

+ 4
- 0
src/helpers.ts Ver arquivo

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

Carregando…
Cancelar
Salvar