UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines (8 loc) 234 B
/** * Converts the given number to string * @param {number} value * @param {number} length * @param {number} decimals * @returns string */ export declare const str: (value: number, length?: number, decimals?: number) => string;