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