UNPKG

maplibre-gl

Version:

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

4 lines (2 loc) 66 B
// @flow strict export type Cancelable = { cancel: () => void };