Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/es5-ext/iterable/
Upload File :
Current File : //etc/kibana/node_modules/es5-ext/iterable/validate.js

"use strict";

var is = require("./is");

module.exports = function (value) {
	if (is(value)) return value;
	throw new TypeError(value + " is not an iterable or array-like");
};