@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
11 lines • 391 B
JavaScript
import { Social } from "./types.js";
import { SPFI } from "../fi.js";
export { MySocial, Social, SocialActorType, SocialActorTypes, SocialFollowResult, SocialStatusCode, } from "./types.js";
Reflect.defineProperty(SPFI.prototype, "social", {
configurable: true,
enumerable: true,
get: function () {
return this.create(Social);
},
});
//# sourceMappingURL=index.js.map