UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 206 B
export declare type JSONCurrencyFormat = { name: "currency"; variant: "iso4217" | "english" | "crypto"; }; export declare function inferCurrency(value: string): JSONCurrencyFormat | undefined;