UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

7 lines (6 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = isFunction; function isFunction(schema) { return typeof schema === 'function'; }