UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 243 B
import { GxBigNumber } from "../types/gxbignumber"; /** * Converts the give string value to a numeric * @param {string} value * @returns GxBigNumber */ export declare const fromStringBigNumber: (target: any, value: string) => GxBigNumber;