UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

11 lines 302 B
import { Web } from "./types.js"; import { SPFI } from "../fi.js"; export { Web, Webs, } from "./types.js"; Reflect.defineProperty(SPFI.prototype, "web", { configurable: true, enumerable: true, get: function () { return this.create(Web); }, }); //# sourceMappingURL=index.js.map