Viewing File: /home/ubuntu/route-and-root-frontend-base/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;
};
Back to Directory File Manager