diff options
Diffstat (limited to 'ext/node/polyfills/_util/os.ts')
-rw-r--r-- | ext/node/polyfills/_util/os.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/node/polyfills/_util/os.ts b/ext/node/polyfills/_util/os.ts index 8a3d9edf4..421d5d9da 100644 --- a/ext/node/polyfills/_util/os.ts +++ b/ext/node/polyfills/_util/os.ts @@ -1,9 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { core } from "ext:core/mod.js"; -const { - op_node_build_os, -} = core.ensureFastOps(true); +import { op_node_build_os } from "ext:core/ops"; export type OSType = | "windows" |