@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
11 lines • 330 B
JavaScript
import { SPFI } from "../fi.js";
import { Site } from "./types.js";
export { Site, SiteLogoAspect, SiteLogoType, } from "./types.js";
Reflect.defineProperty(SPFI.prototype, "site", {
configurable: true,
enumerable: true,
get: function () {
return this.create(Site);
},
});
//# sourceMappingURL=index.js.map