Home > @csstools/css-tokenizer > TokenHash
Signature:
export interface TokenHash extends Token<TokenType.Hash, {
value: string;
type: HashType;
}>
Extends: Token<TokenType.Hash, { value: string; type: HashType; }>
Property |
Modifiers |
Type |
Description |
---|---|---|---|
The hash type. | |||
string |
The unescaped hash value without the leading |