MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isRule

Function isRule

packages/core/ui/styling/style-scope.ts:1160–1162  ·  view source on GitHub ↗
(node: ReworkCSS.Node)

Source from the content-addressed store, hash-verified

1158}
1159
1160function isRule(node: ReworkCSS.Node): node is ReworkCSS.Rule {
1161 return node.type === 'rule';
1162}

Callers 1

_populateRulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected