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