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

Method number

packages/core/css-value/reworkcss-value.ts:89–91  ·  view source on GitHub ↗

Number tokens, either float or int

()

Source from the content-addressed store, hash-verified

87
88 /** Number tokens, either float or int */
89 private number(): NumberToken | undefined {
90 return this.float() || this.int();
91 }
92
93 /** Double-quoted strings */
94 private double(): StringToken | undefined {

Callers 1

valueMethod · 0.95

Calls 2

floatMethod · 0.95
intMethod · 0.95

Tested by

no test coverage detected