1 | import { SPFI } from "../fi.js";
|
2 | import { Profiles } from "./types.js";
|
3 | export { Profiles, UrlZone, } from "./types.js";
|
4 | Reflect.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 |