6 lines
143 B
Java
6 lines
143 B
Java
var stringConvert = {
|
|
hyphen2camel: require('./hyphen2camel'),
|
|
camel2hyphen : require('./camel2hyphen')
|
|
};
|
|
|
|
module.exports = stringConvert; |