mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
module.exports = {
|
|
|
|
Extend: require('./Extend'),
|
|
IsPlainObject: require('./IsPlainObject')
|
|
|
|
};
|