UNPKG
payrex-js-sdk
Version:
latest (1.4.11)
1.4.11
1.4.8
1.3.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A PayRex SDK written for NodeJS
github.com/micahbule/payrex-js-sdk
micahbule/payrex-js-sdk
payrex-js-sdk
/
dist
/
utils.d.cts
4 lines
(2 loc)
•
95 B
text/typescript
View Raw
1
2
3
4
declare function
formatRequestPayload
<
T
>(
params
: T
):
string
; export { formatRequestPayload };