UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 254 B
/** * * @param {*} value * @param {Array} result * @returns {number} number of elements added to result array * @preserve */ export function extractTransferables(value: any, result: any[]): number; //# sourceMappingURL=extractTransferables.d.ts.map