UNPKG

mapbox-gl

Version:
7 lines (6 loc) 197 B
// @flow 'use strict'; declare module "mapbox-gl-supported" { declare type isSupported = (options?: {failIfMajorPerformanceCaveat: boolean}) => boolean; declare var exports: isSupported; }