UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 172 B
/** * Converts the give string value to a numeric * @param {string} value * @returns number */ export declare const fromString: (target: any, value: string) => number;