Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/partner-manager-backend/node_modules/es5-ext/object/
Upload File :
Current File : //home/deltalab/PMS/partner-manager-backend/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;
};