@as-com/bufio
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -18,3 +18,3 @@ /// <reference types="node" /> | ||
inject(obj: Struct): this; | ||
clone(): Struct; | ||
clone(): this; | ||
getSize(extra?: any): number; | ||
@@ -21,0 +21,0 @@ write(bw: IWriter, extra?: any): any; |
@@ -22,3 +22,3 @@ /*! | ||
clone() { | ||
const copy = new Struct(); | ||
const copy = new this.constructor(); | ||
return copy.inject(this); | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "@as-com/bufio", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Buffer and serialization utilities for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
191366