cssSupports.d.ts 90 B

123
  1. declare function cssSupports(name: string, val?: string): boolean;
  2. export = cssSupports;