UNPKG

arcade-physics

Version:
16 lines 437 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.Math.Easing.Cubic */ exports.default = { In: require('./In'), Out: require('./Out'), InOut: require('./InOut') }; //# sourceMappingURL=index.js.map