NotToken
interface NotToken {
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: NotTokenType;
val: Token;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: NotTokenType;
val: Token;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- NotToken
Indexable
-
[key: number]: string | undefined
Media feature not token