UNPKG

364 BJavaScriptView Raw
1import { SPFI } from "../fi.js";
2import { HubSites } from "./types.js";
3import "./site.js";
4import "./web.js";
5export { HubSite, HubSites, } from "./types.js";
6Reflect.defineProperty(SPFI.prototype, "hubSites", {
7 configurable: true,
8 enumerable: true,
9 get: function () {
10 return this.create(HubSites);
11 },
12});
13//# sourceMappingURL=index.js.map
\No newline at end of file