UNPKG

next-universal-route

Version:
6 lines (5 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; var isFunction = function (value) { return typeof value === 'function'; }; exports.isFunction = isFunction;