UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 261 B
import { ISite } from "./types.js"; export { IOpenWebByIdResult, ISite, Site, IContextInfo, IDocumentLibraryInformation, } from "./types.js"; declare module "../fi" { interface SPFI { readonly site: ISite; } } //# sourceMappingURL=index.d.ts.map