UNPKG

@jsonhero/json-infer-types

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