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

4 lines
229 B
TypeScript

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