Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Common

Static class responsible for providing common helper functions that can be used wherever.

Hierarchy

  • Common

Index

Methods

Methods

Static isStringEmpty

  • isStringEmpty(str: string): boolean
  • Checks if a string is empty or not.

    Parameters

    • str: string

      String to check.

    Returns boolean

    Returns true if the provided string is empty. Otherwise, returns false.

Generated using TypeDoc