Skip to content

ds.isObject

digital synapse edited this page Mar 2, 2015 · 1 revision

ds.isObject( value )

This function accepts an object returning true if it is a javascript object.

###Arguments

  • value <anything>
    a value to test

###Returns

  • <boolean>

Back to Home