Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

6 lines
215 B
JavaScript

// to indexed object, toObject with fallback for non-array-like ES3 strings
var IObject = require('./$.iobject')
, defined = require('./$.defined');
module.exports = function(it){
return IObject(defined(it));
};