UNPKG

maplibre-gl

Version:

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

5 lines (4 loc) 141 B
/** * An object with is transferable between main and worker thread */ export type Transferable = ArrayBuffer | MessagePort | ImageBitmap;