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

2 lines
160 B
TypeScript

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