PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
array
"use strict"; var isArray = Array.isArray, getPrototypeOf = Object.getPrototypeOf; module.exports = function (obj) { var proto; if (!obj || !isArray(obj)) return false; proto = getPrototypeOf(obj); if (!isArray(proto)) return false; return !isArray(getPrototypeOf(proto)); };
[-] valid-array.js
[edit]
[-] _is-extensible.js
[edit]
[+]
#
[-] generate.js
[edit]
[+]
..
[-] _sub-array-dummy.js
[edit]
[-] is-plain-array.js
[edit]
[-] index.js
[edit]
[-] to-array.js
[edit]
[+]
from
[-] _sub-array-dummy-safe.js
[edit]
[+]
of