UNPKG

mnb-exchange-rate

Version:

TypeScript client for Hungarian National Bank (MNB) exchange rate API

4 lines (3 loc) 191 B
export declare function subDateDays(date: Date, subDays: number): Date; export declare function getDatePart(date: Date): string; export declare function parseCommaFloat(str: string): number;