UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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;