Class: CommonUtils

CommonUtils()

Common utility functions.

Constructor

new CommonUtils()

Author:
  • Mihail Radkov
Source:

Methods

(static) hasNullArguments() → {boolean}

Checks if at least one of the supplied arguments is undefined or null.

Source:
Returns:

true if there is null argument or false otherwise

Type
boolean