Files
DeviceManager/node_modules/@csstools/css-tokenizer/dist/checks/three-code-points-would-start-cdc.d.ts

4 lines
225 B
TypeScript

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