Polyman Documentation - v2.2.2
    Preparing search index...

    Function isNumeric

    • Checks if a string represents a numeric value.

      Parameters

      • value: string

        String to check

      Returns boolean

      True if value is numeric

      isNumeric('42');  // true
      isNumeric('all'); // false