mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 01:24:48 +00:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
// Phaser.Utils
|
|
|
|
module.exports = {
|
|
|
|
Array: require('./array/'),
|
|
Objects: require('./object/'),
|
|
String: require('./string/')
|
|
|
|
};
|