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