@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 345 B
TypeScript
/**
* Utility method for making sure that the system is properly constructed, used internally by the engine itself
* @param {System} system
* @throws if system fails validation
*/
export function validateSystem(system: System<any, any, any, any, any>): void;
import { System } from "./System.js";
//# sourceMappingURL=validateSystem.d.ts.map