{
  "version": 3,
  "sources": ["../../src/methods/account/getIsLoggedIn.ts"],
  "sourcesContent": ["import { isLoggedInSelector } from 'store/selectors/accountSelectors';\nimport { getState } from 'store/store';\n\nexport function getIsLoggedIn(state = getState()) {\n  return isLoggedInSelector(state);\n}\n"],
  "mappings": "kFAGO,SAASA,EAAcC,EAAQC,EAAS,EAAG,CAChD,OAAOC,EAAmBF,CAAK,CACjC",
  "names": ["getIsLoggedIn", "state", "getState", "isLoggedInSelector"]
}
