index.js 143 B

123456
  1. var stringConvert = {
  2. hyphen2camel: require('./hyphen2camel'),
  3. camel2hyphen : require('./camel2hyphen')
  4. };
  5. module.exports = stringConvert;