UNPKG
@openweb3-io/waas
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
WaaS API client and WaaS verification library
github.com/waas/waas-libs
waas/waas-libs
@openweb3-io/waas
/
dist
/
src
/
openapi
/
http
/
isomorphic-fetch.d.ts
7 lines
(6 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
HttpLibrary
,
RequestContext
,
ResponseContext
}
from
'./http'
;
import
{
Observable
}
from
'../rxjsStub'
;
import
"whatwg-fetch"
;
export
declare
class
IsomorphicFetchHttpLibrary
implements
HttpLibrary
{
send
(
request
:
RequestContext
):
Observable
<
ResponseContext
>; }