UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

13 lines 410 B
import { SPFI } from "../fi.js"; import { TermStore } from "./types.js"; export { TermStore, TermGroup, TermGroups, TermSets, TermSet, // Relation, Relations, Term, Children, Terms, } from "./types.js"; Reflect.defineProperty(SPFI.prototype, "termStore", { configurable: true, enumerable: true, get: function () { return this.create(TermStore); }, }); //# sourceMappingURL=index.js.map