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

Function isTransform

app/src/static/js/react-bootstrap.js:7968–7970  ·  view source on GitHub ↗
(property)

Source from the content-addressed store, hash-verified

7966var supportedTransforms = /^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;
7967
7968function isTransform(property) {
7969 return !!(property && supportedTransforms.test(property));
7970}
7971
7972module.exports = exports["default"];
7973

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…