UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

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