| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1e9ff50 commit 16d55f1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,11 @@ | |||
| 9 | 9 | The `node:os` module provides operating system-related utility methods and | |
| 10 | 10 | properties. It can be accessed using: | |
| 11 | 11 | ||
| 12 | - ```js | ||
| 12 | + ```mjs | ||
| 13 | + import os from 'node:os'; | ||
| 14 | + ``` | ||
| 15 | + | ||
| 16 | + ```cjs | ||
| 13 | 17 | const os = require('node:os'); | |
| 14 | 18 | ``` | |
| 15 | 19 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments