summaryrefslogtreecommitdiff
path: root/path/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'path/index.ts')
-rw-r--r--path/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/path/index.ts b/path/index.ts
index 3b59bffa7..7b62b0b00 100644
--- a/path/index.ts
+++ b/path/index.ts
@@ -11,9 +11,9 @@ import {
CHAR_BACKWARD_SLASH,
CHAR_COLON,
CHAR_QUESTION_MARK
-} from "./constants";
+} from "./constants.ts";
import { cwd, env, platform } from "deno";
-import { FormatInputPathObject, ParsedPath } from "./interface";
+import { FormatInputPathObject, ParsedPath } from "./interface.ts";
function assertPath(path: string) {
if (typeof path !== "string") {