UNPKG
@bebapps/rapyd-sdk
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
An un-official [Rapyd](https://rapyd.net) SDK for Node.js.
@bebapps/rapyd-sdk
/
src
/
index.ts
3 lines
(2 loc)
•
98 B
text/typescript
View Raw
1
2
3
export
{
RapydClient
}
from
'./core/RapydClient'
;
export
{
RapydError
}
from
'./core/RapydError'
;