interface CpuInfo
Usage in Deno
```typescript import { type CpuInfo } from "node:node__os.d.ts"; ```The `node:os` module provides operating system-related utility methods and
properties. It can be accessed using:
```js
import os from 'node:os';
```
- [source](https://github.com/nodejs/node/blob/v22.x/lib/os.js)