index.js 143 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6
var stringConvert = {
  hyphen2camel: require('./hyphen2camel'),
  camel2hyphen : require('./camel2hyphen')
};

module.exports = stringConvert;