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