UNPKG

arcade-physics

Version:
11 lines 316 B
"use strict"; /** * @author Richard Davey <rich@photonstorm.com> * @copyright 2013-2023 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ var CONST = { ORIENTATION: require('./ORIENTATION_CONST') }; module.exports = CONST; //# sourceMappingURL=index.js.map