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
/
constants.d.cts
4 lines
(2 loc)
•
83 B
text/typescript
View Raw
1
2
3
4
declare
const
BASE_API_URL
=
"https://api.payrexhq.com"
;
export
{
BASE_API_URL
};