From 19b918d112c786b1db17fe2d83be79f1114ba240 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 19 Oct 2020 13:36:53 +0100 Subject: feat(std/path): Add toFileUrl() (#7971) --- std/path/mod.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'std/path/mod.ts') 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; -- cgit v1.2.3