Ver a proveniência

created helpers that might not even be used

master
Haku há 4 anos
ascendente
cometimento
15ef8bcc53
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      src/helpers.ts

+ 4
- 0
src/helpers.ts Ver ficheiro

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

Carregando…
Cancelar
Guardar