UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

6 lines (5 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; var is_function_util_1 = require("./is-function.util"); Object.defineProperty(exports, "isFunction", { enumerable: true, get: function () { return is_function_util_1.isFunction; } });