@as-com/bufio
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -9,3 +9,3 @@ /// <reference types="node" /> | ||
import BufferWriter, { IWriter } from "./writer"; | ||
export interface StructConstructor<T extends Struct> { | ||
export interface StructConstructor<T> { | ||
new (...args: any[]): T; | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "@as-com/bufio", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"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
191319