UNPKG

arcade-physics

Version:
13 lines 360 B
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