UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

9 lines (8 loc) 222 B
var hyphen2camel = function (str) { return str .toLowerCase() .replace(/-[a-z]/g, function (match) { return match.slice(1).toUpperCase() ; }); }; module.exports = hyphen2camel;