index.js 143 Bytes Raw Blame History Permalink 1 2 3 4 5 6 var stringConvert = { hyphen2camel: require('./hyphen2camel'), camel2hyphen : require('./camel2hyphen') }; module.exports = stringConvert;