Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsString"

Index

Functions

Functions

isString

  • isString(value: any): boolean
  • Checks if argument is a real string.

    Parameters

    • value: any

      The value being checked.

    Returns boolean

    True if the value is a string, false otherwise.

Generated using TypeDoc