Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsISIN"

Index

Functions

Functions

isISIN

  • isISIN(value: string): boolean
  • Checks if the string is an ISIN (stock/security identifier). If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the string is an ISIN, false otherwise.

Generated using TypeDoc