UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

10 lines (9 loc) 278 B
// @flow 'use strict'; declare module "@mapbox/mapbox-gl-supported" { declare type isSupported = { (options?: {failIfMajorPerformanceCaveat: boolean}): boolean, webGLContextAttributes: WebGLContextAttributes }; declare module.exports: isSupported; }