123456789101112131415161718192021222324 |
- import {
- e
- } from "./chunk-GSSTTHIT.js";
- import {
- s2 as s
- } from "./chunk-2Z2TG5CU.js";
- // node_modules/@arcgis/core/core/accessorSupport/tracking/ObservableValue.js
- var t = class {
- constructor(e2) {
- this._observable = new e(), this._value = e2;
- }
- get() {
- return s(this._observable), this._value;
- }
- set(e2) {
- e2 !== this._value && (this._value = e2, this._observable.notify());
- }
- };
- export {
- t
- };
- //# sourceMappingURL=chunk-KOKTANE6.js.map
|