UNPKG

gdal-async

Version:

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

9 lines (8 loc) 273 B
module.exports = { header: 'import * as stream from \'stream\';', 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) }