@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 410 B
TypeScript
/**
* Given a blackboard, returns a Proxy instance, exposing blackboard attributes as plain JSON
* Useful for connecting blackboard to systems that are not explicitly designed to work with a blackboard
* @param {AbstractBlackboard} blackboard
* @returns {Proxy}
*/
export function make_blackboard_proxy(blackboard: AbstractBlackboard): ProxyConstructor;
//# sourceMappingURL=make_blackboard_proxy.d.ts.map