diff --git a/doc/api/zlib.md b/doc/api/zlib.md index f6e8fa194d70a1..811fff06dfcc3c 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -1068,6 +1068,7 @@ Each Zstd-based class takes an `options` object. All options are optional. * `params` {Object} Key-value object containing indexed [Zstd parameters][]. * `maxOutputLength` {integer} Limits output size when using [convenience methods][]. **Default:** [`buffer.kMaxLength`][] +* `info` {boolean} If `true`, returns an object with `buffer` and `engine`. **Default:** `false` For example: