UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (4 loc) 397 B
export declare const clearNumberPtrSystem: { add: ((item: number[], initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: number[], initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: number[]) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: number[]) => boolean); };