DefinitelyTyped/types/ol/has.d.ts
2020-09-14 15:20:59 -07:00

9 lines
289 B
TypeScript

export const DEVICE_PIXEL_RATIO: number;
export const FIREFOX: boolean;
export const IMAGE_DECODE: boolean;
export const MAC: boolean;
export const PASSIVE_EVENT_LISTENERS: boolean;
export const SAFARI: boolean;
export const WEBKIT: boolean;
export const WORKER_OFFSCREEN_CANVAS: boolean;