UNPKG
psn-wrapper
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A not official PSN API Wrapper
github.com/henriquemsouza/psn-wrapper
henriquemsouza/psn-wrapper
psn-wrapper
/
dist
/
infra
/
AxiosHandler.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
declare
const
callAPI
:
(
url
:
string
,
params
?: {}
) =>
Promise
<
import
(
"axios"
).
AxiosResponse
<
any
,
any
>>;
export
{ callAPI, };