UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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;