index
:
crud
king
crud - my crud project !
pack
about
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
)
1
2
declare function
fileUriToPath
(
uri
:
string
):
string
;
export
=
fileUriToPath
;