Module: helpers

helpers

Source:

Methods

<static> isNumber(obj) → {bool}

Determine whether an object is numeric
Parameters:
Name Type Description
obj mixed
Source:
Returns:
Type
bool

<static> isString(obj) → {bool}

Determine whether an object is a string
Parameters:
Name Type Description
obj mixed
Source:
Returns:
Type
bool

<static> splitTrim(char, string) → {String}

Split a string by a character, trim the string and rejoin the string
Parameters:
Name Type Description
char String
string String
Source:
Returns:
Type
String