index
:
Apps
master
Productivity apps (next.js, mongodb)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
Notes
/
helpers
/
fileName.js
blob: f8bd1ed624ebd01c7924f7c34e8e360d430caef8 (
plain
) (
blame
)
1
2
3
const
filename
=
(
t
)
=>
t
.
toLowerCase
().
replaceAll
(
' '
,
'-'
)
+
'.txt'
export
default
filename