UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 371 B
/** * Utility method for making sure that the system is properly constructed, used internally by the engine itself * @param {System} system * @throws {Error} if the system fails validation */ export function system_validate_class(system: System<any, any, any, any, any>): void; import { System } from "./System.js"; //# sourceMappingURL=system_validate_class.d.ts.map