UNPKG

harvest

Version:
6 lines (5 loc) 118 B
export interface Currency { name: string; code: string; } export declare const SupportedCurrency: Currency[];