UNPKG

410 BJavaScriptView Raw
1import { SPFI } from "../fi.js";
2import { TermStore } from "./types.js";
3export { TermStore, TermGroup, TermGroups, TermSets, TermSet,
4// Relation,
5Relations, Term, Children, Terms, } from "./types.js";
6Reflect.defineProperty(SPFI.prototype, "termStore", {
7 configurable: true,
8 enumerable: true,
9 get: function () {
10 return this.create(TermStore);
11 },
12});
13//# sourceMappingURL=index.js.map
\No newline at end of file