actionPending.js 82 B

1
  1. export const actionPending = name => ({type: 'PROMISE', status: 'PENDING', name});