Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsBooleanString"

Index

Functions

Functions

isBooleanString

  • isBooleanString(value: string): boolean
  • Checks if a string is a boolean. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the type of the value is the same as string and isBoolean passes.

Generated using TypeDoc