UNPKG

gdal-async

Version:

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

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