doc: add missing options.info for ZstdOptions · nodejs/node@4bbd026

Original file line numberDiff line numberDiff line change

@@ -1069,6 +1069,7 @@ Each Zstd-based class takes an `options` object. All options are optional.

10691069

* `params` {Object} Key-value object containing indexed [Zstd parameters][].

10701070

* `maxOutputLength` {integer} Limits output size when using

10711071

[convenience methods][]. **Default:** [`buffer.kMaxLength`][]

1072+

* `info` {boolean} If `true`, returns an object with `buffer` and `engine`. **Default:** `false`

10721073
10731074

For example:

10741075