epiphany/node_modules/@csstools/css-tokenizer/dist/checks/four-code-points-would-start-cdo.d.ts

3 lines
161 B
TypeScript
Raw Normal View History

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