UNPKG

358 BJavaScriptView Raw
1import { addProp } from "@pnp/queryable";
2import { _Web } from "../webs/types.js";
3import { AppCatalog } from "./types.js";
4// we use this function to wrap the AppCatalog as we want to ignore any path values addProp
5// will pass and use the defaultPath defined for AppCatalog
6addProp(_Web, "appcatalog", (s) => AppCatalog(s));
7//# sourceMappingURL=web.js.map
\No newline at end of file