Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNumberString"

Index

Functions

Functions

isNumberString

  • Checks if the string is numeric. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    • Default value options: IsNumberOptions = {}

    Returns boolean

    True if the value is numeric, false otherwise.

Generated using TypeDoc