WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/@types/node/os.d.ts
@@ -1,12 +1,3 @@
/**
 * The `node:os` module provides operating system-related utility methods and
 * properties. It can be accessed using:
 *
 * ```js
 * import os from 'node:os';
 * ```
 * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/os.js)
 */
declare module "node:os" {
    import { NonSharedBuffer } from "buffer";
    interface CpuInfo {