diff options
Diffstat (limited to 'fs/path/constants.ts')
-rw-r--r-- | fs/path/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/constants.ts b/fs/path/constants.ts index ce121f9ac..cfba4ebd8 100644 --- a/fs/path/constants.ts +++ b/fs/path/constants.ts @@ -1,7 +1,7 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ -import { platform } from "deno"; +const { platform } = Deno; // Alphabet chars. export const CHAR_UPPERCASE_A = 65; /* A */ |