@subsocial/utils
Version:
JavaScript utils for Subsocial blockchain.
8 lines (7 loc) • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SocialRemarkDestChainsNameId = exports.SocialRemark = void 0;
var core_1 = require("./core");
Object.defineProperty(exports, "SocialRemark", { enumerable: true, get: function () { return core_1.SocialRemark; } });
var types_1 = require("./types");
Object.defineProperty(exports, "SocialRemarkDestChainsNameId", { enumerable: true, get: function () { return types_1.SocialRemarkDestChainsNameId; } });