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