Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules/ext/object/entries/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules/ext/object/entries/implementation.js

"use strict";

var ensureValue = require("type/value/ensure");

var objPropertyIsEnumerable = Object.prototype.propertyIsEnumerable;

module.exports = function (object) {
	object = Object(ensureValue(object));
	var result = [];
	for (var key in object) {
		if (!objPropertyIsEnumerable.call(object, key)) continue;
		result.push([key, object[key]]);
	}
	return result;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists