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