UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

10 lines 299 B
import { _Web } from "../webs/types.js"; import { RelatedItemManager } from "./types.js"; Reflect.defineProperty(_Web.prototype, "relatedItems", { configurable: true, enumerable: true, get: function () { return RelatedItemManager(this); }, }); //# sourceMappingURL=web.js.map