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-module
/
source
/
client
/
fetch.d.ts
6 lines
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
export
class
FetchClient
extends
BaseClient
{
constructor
(
url
:
any
,
credentials
:
any
);
credentials
:
any
; }
import
{
BaseClient
}
from
"./base.js"
;
//# sourceMappingURL=fetch.d.ts.map