UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

8 lines 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAttachmentVersion = exports.isAttachmentVersion = void 0; const isAttachmentVersion_1 = require("./isAttachmentVersion"); Object.defineProperty(exports, "isAttachmentVersion", { enumerable: true, get: function () { return isAttachmentVersion_1.isAttachmentVersion; } }); const getAttachmentVersion_1 = require("./getAttachmentVersion"); Object.defineProperty(exports, "getAttachmentVersion", { enumerable: true, get: function () { return getAttachmentVersion_1.getAttachmentVersion; } }); //# sourceMappingURL=index.js.map