(string)
| 7866 | var msPattern = /^ms-/; |
| 7867 | |
| 7868 | function hyphenateStyleName(string) { |
| 7869 | return (0, _hyphenate.default)(string).replace(msPattern, '-ms-'); |
| 7870 | } |
| 7871 | |
| 7872 | module.exports = exports["default"]; |
| 7873 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…