UNPKG

308 BJavaScriptView Raw
1import { SPFI } from "../fi.js";
2import { SitePageService } from "./types.js";
3export { SitePageService, } from "./types.js";
4Reflect.defineProperty(SPFI.prototype, "publishingSitePageService", {
5 get: function () {
6 return this.create(SitePageService);
7 },
8});
9//# sourceMappingURL=index.js.map
\No newline at end of file