@wepublish/api
Version:
API core for we.publish.
8 lines • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPublicPeerProfile = void 0;
const tslib_1 = require("tslib");
const peer_profile_queries_1 = require("./peer-profile.queries");
const getPublicPeerProfile = (hostURL, websiteURL, peerProfile) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { return (0, peer_profile_queries_1.getPeerProfile)(hostURL, websiteURL, peerProfile); });
exports.getPublicPeerProfile = getPublicPeerProfile;
//# sourceMappingURL=peer-profile.public-queries.js.map