mirror of
https://github.com/photonstorm/phaser
synced 2024-12-24 03:53:28 +00:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
module.exports = {
|
||
|
|
||
|
Extend: require('./Extend'),
|
||
|
IsPlainObject: require('./IsPlainObject')
|
||
|
|
||
|
};
|