mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for msgpack-lite 0.1
|
||||
// Project: https://github.com/kawanet/msgpack-lite
|
||||
// Definitions by: Endel Dreyer <https://github.com/endel/>, Edmund Fokschaner <https://github.com/efokschaner>
|
||||
// Definitions by: Endel Dreyer <https://github.com/endel>, Edmund Fokschaner <https://github.com/efokschaner>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
@@ -19,7 +19,7 @@ export function decode(input: Buffer | Uint8Array | number[], options?: DecoderO
|
||||
/**
|
||||
* create a stream that encodes from JS Object to MessagePack
|
||||
*/
|
||||
export function createEncodeStream(options?: EncoderOptions & stream.TransformOptions ): EncodeStream;
|
||||
export function createEncodeStream(options?: EncoderOptions & stream.TransformOptions): EncodeStream;
|
||||
|
||||
/**
|
||||
* create a stream that decodes from MessagePack (Buffer) to JS Object
|
||||
|
||||
Reference in New Issue
Block a user