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
/
client
/
xhr.d.ts
5 lines
•
182 B
TypeScript
View Raw
1
2
3
4
5
export
class
XHRClient
extends
BaseClient
{
constructRequest
(
headers
:
any
,
signal
:
any
):
Promise
<
any
>; }
import
{
BaseClient
}
from
"./base.js"
;
//# sourceMappingURL=xhr.d.ts.map