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 37ef847cf..046c44337 100644 --- a/std/path/_util.ts +++ b/std/path/_util.ts @@ -1,6 +1,6 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ -/** This module is browser compatible. */ +// This module is browser compatible. import type { FormatInputPathObject } from "./_interface.ts"; import { |