epiphany/node_modules/@csstools/css-tokenizer/dist/checks/three-code-points-would-start-ident-sequence.d.ts
2023-12-09 22:48:07 -08:00

3 lines
237 B
TypeScript

import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfThreeCodePointsWouldStartAnIdentSequence(ctx: Context, reader: CodePointReader): boolean;