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

3 lines
166 B
TypeScript
Raw Normal View History

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