phaser/src/utils/string/index.js

11 lines
192 B
JavaScript
Raw Normal View History

2018-01-18 05:33:42 +00:00
// Phaser.Utils.String
module.exports = {
2017-04-28 00:52:46 +00:00
Format: require('./Format'),
2018-01-18 05:33:42 +00:00
Pad: require('./Pad'),
Reverse: require('./Reverse'),
UppercaseFirst: require('./UppercaseFirst')
};