UNPKG

325 BJavaScriptView Raw
1import { SPFI } from "../fi.js";
2import { Profiles } from "./types.js";
3export { Profiles, UrlZone, } from "./types.js";
4Reflect.defineProperty(SPFI.prototype, "profiles", {
5 configurable: true,
6 enumerable: true,
7 get: function () {
8 return this.create(Profiles);
9 },
10});
11//# sourceMappingURL=index.js.map
\No newline at end of file