UNPKG

zinari-pay

Version:

zinari-pay is a comprehensive package for integrating ZinariPays cryptocurrency payment gateway into web & mobile applications.

6 lines (5 loc) 207 B
export declare const formatWithCurrency: (fiatCurrency: string, amount: number) => string | number; export declare const logger: { info: (...args: any[]) => void; error: (...args: any[]) => void; };