Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsLowercase"

Index

Functions

Functions

isLowercase

  • isLowercase(value: string): boolean
  • Checks if the string is lowercase. 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 lowercase, false otherwise.

Generated using TypeDoc