UNPKG
kotanipay-sdk
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Official Kotani Pay SDK for Node.js and Browser
bitbucket.org/kotani-pay/kpapi-sdk.git
kotanipay-sdk
/
dist
/
cjs
/
index.d.ts
6 lines
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
KotaniPayClient
}
from
'./client'
;
export
*
from
'./modules'
;
export
*
from
'./types'
;
export
*
from
'./utils'
;
export
{
KotaniPayClient
as
default
}
from
'./client'
;
//# sourceMappingURL=index.d.ts.map