UNPKG
ucsc-xena-geotiff
Version:
latest (2.0.5-2)
2.0.5-2
2.0.5-1
GeoTIFF image decoding in JavaScript
github.com/ucscXena/geotiff.js
ucscXena/geotiff.js
ucsc-xena-geotiff
/
dist-node
/
source
/
file.d.ts
9 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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