UNPKG

cssrxp

Version:

RegExp pattern library for simple CSS related string matching

9 lines (8 loc) 233 B
import { has } from './has'; import { allCSSFunctions } from './cssFunctions'; export declare const is: { [K in keyof typeof has]: RegExp; }; export declare const isFunction: { [K in keyof typeof allCSSFunctions]: RegExp; };