UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

7 lines (5 loc) 109 B
export interface Config { shopId: string secretPhrase: string } export type ConfigGetter = () => Config