PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
ext
/
node_modules
/
type
/
prototype
"use strict"; var isObject = require("../object/is"); module.exports = function (value) { if (!isObject(value)) return false; try { if (!value.constructor) return false; return value.constructor.prototype === value; } catch (error) { return false; } };
[-] is.js
[edit]
[+]
..