@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
7 lines • 358 B
JavaScript
import { addProp } from "@pnp/queryable";
import { _Web } from "../webs/types.js";
import { AppCatalog } from "./types.js";
// we use this function to wrap the AppCatalog as we want to ignore any path values addProp
// will pass and use the defaultPath defined for AppCatalog
addProp(_Web, "appcatalog", (s) => AppCatalog(s));
//# sourceMappingURL=web.js.map