chunk-KOKTANE6.js 472 B

123456789101112131415161718192021222324
  1. import {
  2. e
  3. } from "./chunk-GSSTTHIT.js";
  4. import {
  5. s2 as s
  6. } from "./chunk-2Z2TG5CU.js";
  7. // node_modules/@arcgis/core/core/accessorSupport/tracking/ObservableValue.js
  8. var t = class {
  9. constructor(e2) {
  10. this._observable = new e(), this._value = e2;
  11. }
  12. get() {
  13. return s(this._observable), this._value;
  14. }
  15. set(e2) {
  16. e2 !== this._value && (this._value = e2, this._observable.notify());
  17. }
  18. };
  19. export {
  20. t
  21. };
  22. //# sourceMappingURL=chunk-KOKTANE6.js.map