Function isNumericString

  • Checks whether a given value is a string containing a numeric value, such that it can be converted to a number.

    Returns

    Returns a boolean indicating whether the value is a string containing a numeric value

    Parameters

    • value: any

    Returns boolean

Generated using TypeDoc