Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const isEppPhone

  • isEppPhone(val: string): boolean
  • Checks for a valid extensible provisioning protocol formatted value.

    example

    isEppPhone('+90.2322456789'); // true isEppPhone('1'); // false isEppPhone(true); // false

    Parameters

    • val: string

      The value to check.

    Returns boolean

    Whether the value is in extensible provisioning protocol format.

Legend

  • Function

Generated using TypeDoc