UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 405 B
/** * * @param {Array<function(*):Promise>} factories * @param {Promise} [head] chain head, promise to be resolved before rest of the links * @param {Array} [parameters] parameters are passed into each factory * @returns {Promise} */ export function buildPromiseChain({ factories, head, parameters }: Array<(arg0: any) => Promise<any>>): Promise<any>; //# sourceMappingURL=buildPromiseChain.d.ts.map