We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db54d4 commit 37be23aCopy full SHA for 37be23a
1 file changed
types/node/node-tests/zlib.ts
@@ -98,9 +98,9 @@ const inflatedRaw: Buffer = inflateRawSync(deflateRawSync(compressMe));
98
const inflatedRawString: Buffer = inflateRawSync(deflateRawSync(compressMeString));
99
100
class CustomDeflateRaw extends DeflateRaw {
101
- constructor(options?: ZlibOptions) {
102
- super(options);
103
- }
+ constructor(options?: ZlibOptions) {
+ super(options);
+ }
104
}
105
106
// gzip
0 commit comments