Comparing version 0.3.8-a2 to 0.3.8-a3
@@ -95,3 +95,3 @@ declare module 'bitecs' { | ||
export function defineDeserializer(target: IWorld | Component[] | IComponentProp[] | QueryModifier): (world: IWorld, packet: ArrayBuffer) => void | ||
export function pipe(...fns: ((...args: any[]) => any)[]): (input: any) => any | ||
export function pipe(...fns: ((...args: any[]) => any)[]): (...input: any[]) => any | ||
} |
@@ -95,3 +95,3 @@ declare module 'bitecs' { | ||
export function defineDeserializer(target: IWorld | Component[] | IComponentProp[] | QueryModifier): (world: IWorld, packet: ArrayBuffer) => void | ||
export function pipe(...fns: ((...args: any[]) => any)[]): (input: any) => any | ||
export function pipe(...fns: ((...args: any[]) => any)[]): (...input: any[]) => any | ||
} |
{ | ||
"name": "bitecs", | ||
"version": "0.3.8-a2", | ||
"version": "0.3.8-a3", | ||
"description": "Functional, minimal, data-driven, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
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
268091