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