UNPKG

maplibre-gl

Version:

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

4 lines (3 loc) 54 B
export type Cancelable = { cancel: () => void; };