Update @types/node and fix problems with types

This commit is contained in:
junderw 2019-09-12 15:20:33 +09:00
parent f376913a4c
commit 34b0b525fc
No known key found for this signature in database
GPG key ID: B256185D3A971908
32 changed files with 14 additions and 34 deletions

View file

@ -1,3 +1,2 @@
/// <reference types="node" />
export declare function decode(buffer: Buffer, maxLength?: number, minimal?: boolean): number;
export declare function encode(_number: number): Buffer;