mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
const isFunction = (value) => (typeof value === "function");
|
||
|
exports.default = isFunction;
|