mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
11 lines
279 B
JavaScript
11 lines
279 B
JavaScript
// Phaser.Utils.Object
|
|
|
|
module.exports = {
|
|
|
|
Extend: require('./Extend'),
|
|
GetAdvancedValue: require('./GetAdvancedValue'),
|
|
GetMinMaxValue: require('./GetMinMaxValue'),
|
|
GetObjectValue: require('./GetObjectValue'),
|
|
IsPlainObject: require('./IsPlainObject')
|
|
|
|
};
|