UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 248 B
export class SelfDescribingValue extends SelfDescribing { constructor(value: any); value: any; describeTo(description: any): void; } import { SelfDescribing } from "./SelfDescribing.js"; //# sourceMappingURL=SelfDescribingValue.d.ts.map