Module: helpers

helpers

Source:

Members

<inner> is[type]

Determine whether a variable is of the type specified in the function name, eg isNumber

Types available are Null, Undefined, Object, Array, String, Number, Boolean, Function, RegExp, NaN and Infinite

Source:

Methods

<static> isScalar(obj) → {bool}

Determine whether an object is scalar

Parameters:
Name Type Description
obj mixed
Source:
Returns:
Type
bool

<static> stringTrim(str) → {String}

Wrap String.prototype.trim in a way that is easily mappable

Parameters:
Name Type Description
str String

The string to trim

Source:
Returns:
  • The trimmed string
Type
String

<static> type(o) → {String}

Get the type of the variable passed

Parameters:
Name Type Description
o mixed
Source:
See:
Returns:
Type
String
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.3.0-alpha9 on Mon Oct 27th 2014 using the DocStrap template.