epiphany/node_modules/@csstools/css-tokenizer/dist/checks/three-code-points-would-start-ident-sequence.d.ts

4 lines
237 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfThreeCodePointsWouldStartAnIdentSequence(ctx: Context, reader: CodePointReader): boolean;