Namespace: Utils

Utils

Utils tool box

Methods

Utils.isFunction (variable)Boolean static

determine whether it is a Function

Name Type Description
variable *

a variable which you want to determine

Returns:
Type Description
Boolean type result

Utils.isUndefined (variable)Boolean static

determine whether it is a undefined

Name Type Description
variable *

a variable which you want to determine

Returns:
Type Description
Boolean type result