UNPKG

391 BJavaScriptView Raw
1import { Social } from "./types.js";
2import { SPFI } from "../fi.js";
3export { MySocial, Social, SocialActorType, SocialActorTypes, SocialFollowResult, SocialStatusCode, } from "./types.js";
4Reflect.defineProperty(SPFI.prototype, "social", {
5 configurable: true,
6 enumerable: true,
7 get: function () {
8 return this.create(Social);
9 },
10});
11//# sourceMappingURL=index.js.map
\No newline at end of file