UNPKG

gdal-async

Version:

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

3 lines 218 B
export declare const chownr: (p: string, uid: number, gid: number, cb: (er?: unknown) => any) => void; export declare const chownrSync: (p: string, uid: number, gid: number) => void; //# sourceMappingURL=index.d.ts.map