Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

isNumeric

  • isNumeric(v: any): v is string | number
  • Returns true if the given value seems to be numeric. Either a number or a string, representing a number

    Parameters

    • v: any

    Returns v is string | number

Generated using TypeDoc