index
:
webao
master
WebAO fork
Osmium Sorcerer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webAO
/
utils
/
paths.ts
blob: 8c0d007273b4af79d8e493137c9ae17c7cb93578 (
plain
)
1
2
export
const
getFilenameFromPath
=
(
path
:
string
)
=>
path
.
substring
(
path
.
lastIndexOf
(
"/"
)
+
1
);