UNPKG

node-warp

Version:

Web-agnostic Rapid Prototyping tools

8 lines (7 loc) 279 B
// check on default Array iterator var Iterators = require('./$.iterators') , ITERATOR = require('./$.wks')('iterator') , ArrayProto = Array.prototype; module.exports = function(it){ return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it); };