UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 262 B
/** * * @param {Map<*, TypeEditor>} registry * @param {*} value * @returns {TypeEditor|void} */ export function findNearestRegisteredType(registry: Map<any, TypeEditor>, value: any): TypeEditor | void; //# sourceMappingURL=findNearestRegisteredType.d.ts.map