UNPKG

arcade-physics

Version:
18 lines 506 B
"use strict"; /** * @author Richard Davey <rich@photonstorm.com> * @copyright 2020 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ Object.defineProperty(exports, "__esModule", { value: true }); /** * @namespace Phaser.Utils */ exports.default = { Array: require('./array/'), Base64: require('./base64/'), Objects: require('./object/'), String: require('./string/'), NOOP: require('./NOOP') }; //# sourceMappingURL=index.js.map