index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
file-uri-to-path
/
index.d.ts
blob: 99dc3f966bce204ee0e05cfcf3af43b5437e2db4 (
plain
) (
blame
)
1
2
declare
function
fileUriToPath
(
uri
:
string
)
:
string
;
export
=
fileUriToPath
;