UNPKG
@meijering/nestjs-molliepayment
Version:
latest (3.1.1)
3.1.1
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
0.1.0
NestJs Wrapper around Mollie Api
gitlab.com/meijering/nestjs-molliepayment
@meijering/nestjs-molliepayment
/
dist
/
utils
/
index.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
declare
const
convertCurrency
:
(
amount
?:
string
|
number
) =>
string
;
export
declare
const
getOrderId
:
(
pref
:
any
) =>
string
;