Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/es5-ext/object/
Upload File :
Current File : //etc/kibana/node_modules/es5-ext/object/valid-callable.js

"use strict";

module.exports = function (fn) {
	if (typeof fn !== "function") throw new TypeError(fn + " is not a function");
	return fn;
};