UNPKG
@explita/cloud-mail-client
Version:
latest (0.1.0)
0.1.0
0.0.1
A simple mail client for Node applications.
@explita/cloud-mail-client
/
dist
/
lib
/
http.d.ts
3 lines
(2 loc)
•
135 B
TypeScript
View Raw
1
2
3
import
{
ApiOptions
}
from
"../types"
;
export
declare
function
httpClient<T =
any
>(
apiPath
:
string
,
options
?:
ApiOptions
):
Promise
<T>;