@uzh-bf/react-option-charts
Version:
Option pricing and payoff charts in React
5 lines (4 loc) • 361 B
TypeScript
export declare const formatUSD: (amount: number, places?: number) => string;
export declare const rangeMinSize: (size: number, startAt: number, minSize?: number) => readonly number[];
export declare const range: (size: number, startAt?: number, step?: number) => ReadonlyArray<number>;
export declare const format: (input: string, ...args: string[]) => string;