diff options
Diffstat (limited to 'std/path/_util.ts')
-rw-r--r-- | std/path/_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/_util.ts b/std/path/_util.ts index 8ae40373b..0c3253045 100644 --- a/std/path/_util.ts +++ b/std/path/_util.ts @@ -2,7 +2,7 @@ // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ -import { FormatInputPathObject } from "./_interface.ts"; +import type { FormatInputPathObject } from "./_interface.ts"; import { CHAR_UPPERCASE_A, CHAR_LOWERCASE_A, |