UNPKG

gdal-async

Version:

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

7 lines 297 B
import { TarOptions } from './options.js'; import { Parser } from './parse.js'; export declare const filesFilter: (opt: TarOptions, files: string[]) => void; export declare const list: import("./make-command.js").TarCommand<Parser, Parser & { sync: true; }>; //# sourceMappingURL=list.d.ts.map