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