UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

11 lines 367 B
import { Web } from "./types.js"; export { IWeb, IWebs, Web, IWebAddResult, IWebUpdateResult, Webs, IWebInfo, IStorageEntity, IWebInfosData, } from "./types.js"; declare module "../fi" { interface SPFI { /** * Access to the current web instance */ readonly web: ReturnType<typeof Web>; } } //# sourceMappingURL=index.d.ts.map