Sha256: 2f851deb41822ebbf9809d4f716ae5f50154da46c9b2822a4b8e22a266214bf8
Contents?: true
Size: 285 Bytes
Versions: 54
Compression:
Stored size: 285 Bytes
Contents
export const selectAPIResponse = (state, key) => selectAPIByKey(state, key).response; export const selectAPIStatus = (state, key) => 'PENDING'; export const selectAPIByKey = (state, key) => state.API[key]; export const selectAPIError = (state, key) => ({ error: `${key} ERRROR` });
Version data entries
54 entries across 54 versions & 3 rubygems