UNPKG
nbl
Version:
latest (1.0.0)
1.0.0
nbl
/
lib
/
http
/
http.d.ts
3 lines
(2 loc)
•
101 B
TypeScript
View Raw
1
2
3
declare
function
httpreq
(
type
:
string
,
baseURL
:
string
):
Promise
<
unknown
>;
export
default
httpreq;