There was an error while loading. Please reload this page.
zlib.md
1 parent 5193735 commit f006411Copy full SHA for f006411
doc/api/zlib.md
@@ -12,7 +12,7 @@ Gzip, Deflate/Inflate, and Brotli.
12
To access it:
13
14
```mjs
15
-import os from 'node:zlib';
+import zlib from 'node:zlib';
16
```
17
18
```cjs
0 commit comments