isRetina.d.ts 53 B

123
  1. declare const isRetina: boolean;
  2. export = isRetina;