MCPcopy Create free account
hub / github.com/docker/getting-started / hyphenateStyleName

Function hyphenateStyleName

app/src/static/js/react-bootstrap.js:7868–7870  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

7866var msPattern = /^ms-/;
7867
7868function hyphenateStyleName(string) {
7869 return (0, _hyphenate.default)(string).replace(msPattern, '-ms-');
7870}
7871
7872module.exports = exports["default"];
7873

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…