mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 20:58:56 +00:00
10 lines
142 B
JavaScript
10 lines
142 B
JavaScript
|
// Phaser.Utils
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Array: require('./array/'),
|
||
|
Objects: require('./object/'),
|
||
|
String: require('./string/')
|
||
|
|
||
|
};
|