MCPcopy Create free account
hub / github.com/shoutem/theme / canNormalize

Method canNormalize

src/StyleNormalizer/StyleNormalizer.js:38–40  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

36 }
37
38 canNormalize(prop) {
39 return this.normalizerExists(prop);
40 }
41
42 normalize(prop, val) {
43 return this.normalizers[prop](val);

Callers 1

normalizeFunction · 0.80

Calls 1

normalizerExistsMethod · 0.95

Tested by

no test coverage detected