UNPKG

corde

Version:

A simple library for Discord bot tests

13 lines (9 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true, }); exports.isFunction = void 0; function isFunction(fn) { return typeof fn === "function"; } exports.isFunction = isFunction;