UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 190 B
import { addProp } from "@pnp/queryable"; import { _Web } from "../webs/types.js"; import { Features } from "./types.js"; addProp(_Web, "features", Features); //# sourceMappingURL=web.js.map