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