UNPKG

shapefile

Version:

An implementation of the shapefile (.shp) spatial data format.

9 lines (7 loc) 150 B
function noop() {} export default function() { return Promise.all([ this._dbf && this._dbf.cancel(), this._shp.cancel() ]).then(noop); }