core.object.is-object.js 118 Bytes
Newer Older
liang ce committed
1 2 3
var $export = require('./_export');

$export($export.S + $export.F, 'Object', { isObject: require('./_is-object') });