UNPKG

gdal-async

Version:

Bindings to GDAL (Geospatial Data Abstraction Library) with full async support

8 lines (7 loc) 224 B
module.exports = { include: [ 'src/**/*.@(cpp|hpp|h|c)', 'lib/*.js' ], output: 'lib/index.d.ts', root: 'gdal', mangle: (name) => name.replace(/gdal\./g, ''), filter: (name) => !name.match(/options\.|Constants/g) }