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

Function camelizeStyleName

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

Source from the content-addressed store, hash-verified

5668var msPattern = /^-ms-/;
5669
5670function camelizeStyleName(string) {
5671 return (0, _camelize.default)(string.replace(msPattern, 'ms-'));
5672}
5673
5674module.exports = exports["default"];
5675

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…