isRetina.d.ts 53 B

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