Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
daily_store_reports_nodejs
/
node_modules
/
proxyquire
/
lib
:
is.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
var is = {}; ['Arguments', 'Function', 'String', 'Number', 'Date', 'RegExp'].forEach(function (name) { is[name] = function (obj) { return Object.prototype.toString.call(obj) === '[object ' + name + ']' } }) is.Object = function (obj) { /* eslint no-new-object: "off" */ return obj === new Object(obj) } module.exports = is