UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 194 B
import { addProp } from "@pnp/queryable"; import { _Site } from "../sites/types.js"; import { Features } from "./types.js"; addProp(_Site, "features", Features); //# sourceMappingURL=site.js.map