UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (6 loc) 150 B
export class StaticKnowledgeDataTable<T> { reset(): void size(): number get(id: string): T | null add(item: T): boolean }