Explorar el Código

created helpers that might not even be used

master
Haku hace 4 años
padre
commit
15ef8bcc53
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/helpers.ts

+ 4
- 0
src/helpers.ts Ver fichero

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

Cargando…
Cancelar
Guardar