UNPKG

gdal-async

Version:

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

8 lines 214 B
export declare class CwdError extends Error { path: string; code: string; syscall: 'chdir'; constructor(path: string, code: string); get name(): string; } //# sourceMappingURL=cwd-error.d.ts.map