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

2 lines
161 B
TypeScript

import { CodePointReader } from '../interfaces/code-point-reader';
export declare function checkIfFourCodePointsWouldStartCDO(reader: CodePointReader): boolean;