arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 360 B
TypeScript
export default Extend;
/**
* This is a slightly modified version of http://api.jquery.com/jQuery.extend/
*
* @function Phaser.Utils.Objects.Extend
* @since 3.0.0
*
* @param {...*} [args] - The objects that will be mixed.
*
* @return {object} The extended object.
*/
declare function Extend(...args: any[]): object;
//# sourceMappingURL=Extend.d.ts.map