Add semicolon for tdd exports
This commit is contained in:
@ -4,4 +4,4 @@ str
|
||||
.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g)
|
||||
.map(x => x.toLowerCase())
|
||||
.join('-');
|
||||
module.exports = toKebabCase
|
||||
module.exports = toKebabCase;
|
||||
Reference in New Issue
Block a user