/
home
/
infinitibizsol
/
.trash
/
node_modules.9
/
es-abstract
/
helpers
/
records
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.9/es-abstract/helpers/records/iterator-record.js
'use strict'; var hasOwn = require('hasown'); module.exports = function isIteratorRecord(value) { return !!value && typeof value === 'object' && hasOwn(value, '[[Iterator]]') && hasOwn(value, '[[NextMethod]]') && typeof value['[[NextMethod]]'] === 'function' && hasOwn(value, '[[Done]]') && typeof value['[[Done]]'] === 'boolean'; };
Copyright ©2k19 -
Hexid
|
Tex7ure