UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 243 B
import type { string_parameter_value } from '../../types/typeAliases'; /** * Format either small or big number * * @public exported from `@promptbook/utils` */ export declare function numberToString(value: number): string_parameter_value;