This commit is contained in:
9
node_modules/geotiff/dist-node/source/file.d.ts
generated
vendored
Normal file
9
node_modules/geotiff/dist-node/source/file.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function makeFileSource(path: any): FileSource;
|
||||
declare class FileSource extends BaseSource {
|
||||
constructor(path: any);
|
||||
path: any;
|
||||
openRequest: Promise<any>;
|
||||
}
|
||||
import { BaseSource } from "./basesource.js";
|
||||
export {};
|
||||
//# sourceMappingURL=file.d.ts.map
|
||||
Reference in New Issue
Block a user