phaser/src/utils/index.js

19 lines
370 B
JavaScript
Raw Normal View History

2018-02-12 16:01:20 +00:00
/**
* @author Richard Davey <rich@photonstorm.com>
2020-01-15 12:07:09 +00:00
* @copyright 2020 Photon Storm Ltd.
2019-05-10 15:15:04 +00:00
* @license {@link https://opensource.org/licenses/MIT|MIT License}
2018-02-12 16:01:20 +00:00
*/
2018-01-31 13:54:44 +00:00
/**
* @namespace Phaser.Utils
*/
module.exports = {
Array: require('./array/'),
Base64: require('./base64/'),
Objects: require('./object/'),
String: require('./string/')
};