diff options
Diffstat (limited to 'std/path/posix.ts')
-rw-r--r-- | std/path/posix.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/posix.ts b/std/path/posix.ts index 1e78d1cfe..351ceb06e 100644 --- a/std/path/posix.ts +++ b/std/path/posix.ts @@ -2,7 +2,7 @@ // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ -import { FormatInputPathObject, ParsedPath } from "./_interface.ts"; +import type { FormatInputPathObject, ParsedPath } from "./_interface.ts"; import { CHAR_DOT, CHAR_FORWARD_SLASH } from "./_constants.ts"; import { |