UNPKG

299 BJavaScriptView Raw
1import { _Web } from "../webs/types.js";
2import { RelatedItemManager } from "./types.js";
3Reflect.defineProperty(_Web.prototype, "relatedItems", {
4 configurable: true,
5 enumerable: true,
6 get: function () {
7 return RelatedItemManager(this);
8 },
9});
10//# sourceMappingURL=web.js.map
\No newline at end of file