{"version":3,"file":"register.cjs","names":["Store","mutativeMethods","autobind"],"sources":["../../src/mutative/register.ts"],"sourcesContent":["import { mutativeMethods } from './mutativeMethods';\nimport { Store } from '@core';\nimport { autobind } from '@lib/autobind';\n\ntype MutativeMethods = typeof mutativeMethods;\n\ndeclare module '..' {\n  // eslint-disable-next-line @typescript-eslint/no-unused-vars\n  interface Store<T> extends MutativeMethods {}\n}\n\nObject.assign(Store.prototype, mutativeMethods);\nautobind(Store);\n"],"mappings":";;;;AAWA,OAAO,OAAOA,oBAAM,WAAWC,uCAAe;AAC9CC,uBAASF,mBAAK"}