UNPKG
geotiff2
Version:
latest (1.0.0)
1.0.0
GeoTIFF image decoding in JavaScript
github.com/geotiffjs/geotiff.js
geotiffjs/geotiff.js
geotiff2
/
dist-module
/
source
/
client
/
http.d.ts
7 lines
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
class
HttpClient
extends
BaseClient
{
parsedUrl
:
any
;
httpApi
:
any
;
constructRequest
(
headers
:
any
,
signal
:
any
):
Promise
<
any
>; }
import
{
BaseClient
}
from
"./base.js"
;
//# sourceMappingURL=http.d.ts.map