summaryrefslogtreecommitdiff
path: root/std/path/_util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/_util.ts')
-rw-r--r--std/path/_util.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/path/_util.ts b/std/path/_util.ts
index 2776303cb..8ae40373b 100644
--- a/std/path/_util.ts
+++ b/std/path/_util.ts
@@ -1,7 +1,8 @@
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
+/** This module is browser compatible. */
-import { FormatInputPathObject } from "./interface.ts";
+import { FormatInputPathObject } from "./_interface.ts";
import {
CHAR_UPPERCASE_A,
CHAR_LOWERCASE_A,