UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

7 lines (6 loc) 193 B
/** * Returns composed card expiration * NOTE: Compatible with the stripe */ declare const toExpirationDate: (month: number, year: number) => string; export { toExpirationDate as default };