Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shoutem/theme
/ normalizerExists
Method
normalizerExists
src/StyleNormalizer/StyleNormalizer.js:34–36 ·
view source on GitHub ↗
(normalizerName)
Source
from the content-addressed store, hash-verified
32
}
33
34
normalizerExists(normalizerName) {
35
return
!!this.normalizers[normalizerName];
36
}
37
38
canNormalize(prop) {
39
return
this.normalizerExists(prop);
Callers
2
createNormalizers
Method · 0.95
canNormalize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected