This commit is contained in:
13
node_modules/geotiff/dist-node/source/filereader.d.ts
generated
vendored
Normal file
13
node_modules/geotiff/dist-node/source/filereader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Create a new source from a given file/blob.
|
||||
* @param {Blob} file The file or blob to read from.
|
||||
* @returns The constructed source
|
||||
*/
|
||||
export function makeFileReaderSource(file: Blob): FileReaderSource;
|
||||
declare class FileReaderSource extends BaseSource {
|
||||
constructor(file: any);
|
||||
file: any;
|
||||
}
|
||||
import { BaseSource } from "./basesource.js";
|
||||
export {};
|
||||
//# sourceMappingURL=filereader.d.ts.map
|
||||
Reference in New Issue
Block a user