{"version":3,"sources":["../../src/utils/state/wrapped.ts"],"names":["_root"],"mappings":";;;AAEO,SAAS,KAA0B,KAAiB,EAAA;AACzD,EAAO,OAAA,IAAA,CAAKA,CAAM,CAAA,IAAA,CAAK,KAAK,CAAA;AAC9B;AAEO,SAAS,GAAsB,GAAA;AACpC,EAAO,OAAA,IAAA,CAAKA,EAAM,GAAI,EAAA;AACxB;AAEO,SAAS,IAAsB,KAAY,EAAA;AAChD,EAAKA,IAAAA,CAAAA,CAAAA,CAAM,IAAI,KAAK,CAAA;AACtB","file":"chunk-GIJOWVSI.cjs","sourcesContent":["import { AsyncState, LoadableState } from '../../types';\n\nexport function load(this: LoadableState, force?: boolean) {\n  return this._root.load(force);\n}\n\nexport function get(this: AsyncState) {\n  return this._root.get();\n}\n\nexport function set(this: AsyncState, value: any) {\n  this._root.set(value);\n}\n"]}