This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
haku
/
gauntlet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
created helpers that might not even be used
master
Haku
4 years ago
parent
f314093dcd
commit
15ef8bcc53
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/helpers.ts
+ 4
- 0
src/helpers.ts
View File
@@ -0,0 +1,4 @@
function canonicalize(item: string)
{
return item.toLowerCase().replace(/ /g, '_');
}
Write
Preview
Loading…
Cancel
Save