generated from ShadowVR/AI_botter
4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const isFunction = (value) => (typeof value === "function");
|
|
exports.default = isFunction;
|