(state: ICallbacksState)
| 4 | import {ICallback} from '../types/callbacks'; |
| 5 | |
| 6 | export const getPendingCallbacks = (state: ICallbacksState) => |
| 7 | Array<ICallback>().concat(...values(omit(['stored', 'completed'], state))); |
no test coverage detected
searching dependent graphs…