@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
6 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAttachmentVersion = void 0;
var getAttachmentVersion_1 = require("./getAttachmentVersion");
Object.defineProperty(exports, "getAttachmentVersion", { enumerable: true, get: function () { return getAttachmentVersion_1.getAttachmentVersion; } });
//# sourceMappingURL=index.js.map