@as-com/bufio
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -24,7 +24,7 @@ /// <reference types="node" /> | ||
fromString(str: string, extra?: any): this; | ||
getJSON(): this; | ||
getJSON(): any; | ||
fromJSON(json: any, extra?: any): this; | ||
fromOptions(options: any, extra?: any): this; | ||
from(options: any, extra?: any): this; | ||
format(): this; | ||
format(): any; | ||
encode(extra?: any): Buffer; | ||
@@ -36,4 +36,4 @@ decode(data: Buffer, extra?: any): this; | ||
fromBase64(str: string, extra?: any): this; | ||
toJSON(): this; | ||
inspect(): this; | ||
toJSON(): any; | ||
inspect(): any; | ||
static read<T extends Struct, C extends StructConstructor<T>>(this: C, br: BufferReader, extra?: any): T; | ||
@@ -40,0 +40,0 @@ static decode<T extends Struct, C extends StructConstructor<T>>(this: C, data: Buffer, extra?: any): T; |
{ | ||
"name": "@as-com/bufio", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Buffer and serialization utilities for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191315