UNPKG

552 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/reducers/lives-disabled.js"],"names":["livesDisabled","config","state","action"],"mappings":"AAIA,eAAe,SAASA,aAAT,CAAuBC,MAAvB,EAAsE;AACnF,SAAO,CAACC,KAAD,EAAkBC,MAAlB,KAA8C;AACnD,WAAOF,MAAM,CAACD,aAAd;AACD,GAFD;AAGD","sourcesContent":["// @flow\n\nimport type {Action, Config} from '../types';\n\nexport default function livesDisabled(config: Config): (?boolean, Action) => boolean {\n return (state: ?boolean, action: Action): boolean => {\n return config.livesDisabled;\n };\n}\n"],"file":"lives-disabled.js"}
\No newline at end of file