diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-10-19 13:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 14:36:53 +0200 |
commit | 19b918d112c786b1db17fe2d83be79f1114ba240 (patch) | |
tree | b8ae7e1f5aa4b70570245b61c504c5c46e2e78e8 /std/path/mod.ts | |
parent | 342b151b5d9d6c97926588dd118b59032f3b0e40 (diff) |
feat(std/path): Add toFileUrl() (#7971)
Diffstat (limited to 'std/path/mod.ts')
-rw-r--r-- | std/path/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/path/mod.ts b/std/path/mod.ts index 0b4156e69..58c2c4561 100644 --- a/std/path/mod.ts +++ b/std/path/mod.ts @@ -24,6 +24,7 @@ export const { relative, resolve, sep, + toFileUrl, toNamespacedPath, } = path; |