UNPKG

mapbox-gl

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