epiphany/node_modules/@csstools/css-tokenizer/dist/checks/matches-url-ident.d.ts
2023-12-09 22:48:07 -08:00

1 line
92 B
TypeScript

export declare function checkIfCodePointsMatchURLIdent(codePoints: Array<number>): boolean;