UNPKG

arcade-physics

Version:
11 lines 481 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 }); exports.ArcadePhysics = void 0; var index_1 = require("./arcade/index"); Object.defineProperty(exports, "ArcadePhysics", { enumerable: true, get: function () { return index_1.ArcadePhysics; } }); //# sourceMappingURL=index.js.map