(string)
| 5668 | var msPattern = /^-ms-/; |
| 5669 | |
| 5670 | function camelizeStyleName(string) { |
| 5671 | return (0, _camelize.default)(string.replace(msPattern, 'ms-')); |
| 5672 | } |
| 5673 | |
| 5674 | module.exports = exports["default"]; |
| 5675 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…