"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(val) {
return typeof val === 'function';
}
exports.default = default_1;module.exports = exports.default;