mirror of
https://github.com/photonstorm/phaser
synced 2025-01-12 21:28:53 +00:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
// Phaser.Utils.String
|
|
|
|
module.exports = {
|
|
|
|
Format: require('./Format'),
|
|
Pad: require('./Pad'),
|
|
Reverse: require('./Reverse'),
|
|
UppercaseFirst: require('./UppercaseFirst')
|
|
|
|
};
|