UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

7 lines (6 loc) 143 B
/** * Format either small or big number * * @private within the repository */ export declare function formatNumber(value: number): string;