We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zlib.md
1 parent 37e360e commit ec6a486Copy full SHA for ec6a486
βdoc/api/zlib.md
@@ -12,7 +12,7 @@ Gzip, Deflate/Inflate, Brotli, and Zstd.
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