@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
NumberToken
Interface NumberToken
interface
NumberToken
{
loc
?:
Location
;
parent
?:
AstRuleList
;
tokens
?:
Token
[]
;
typ
:
NumberTokenType
;
val
:
number
|
FractionToken
;
validSyntax
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseToken
NumberToken
Index
Properties
loc?
parent?
tokens?
typ
val
valid
Syntax?
Properties
Optional
loc
loc
?:
Location
Optional
parent
parent
?:
AstRuleList
Optional
tokens
tokens
?:
Token
[]
typ
typ
:
NumberTokenType
val
val
:
number
|
FractionToken
Optional
valid
Syntax
validSyntax
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
val
valid
Syntax
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...