V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const isFunction = (value) => (typeof value === "function");
|
||||
exports.default = isFunction;
|
||||
Reference in New Issue
Block a user