(obj)
| 62 | }) |
| 63 | |
| 64 | const omitChildren = function omitChildren(obj) { |
| 65 | // eslint-disable-next-line no-unused-vars |
| 66 | const { children, ...rest } = obj |
| 67 | return rest |
| 68 | } |
| 69 | |
| 70 | function connect(mapPropsToRequestsToProps, defaults, options) { |
| 71 | const finalMapPropsToRequestsToProps = mapPropsToRequestsToProps || defaultMapPropsToRequestsToProps |
no outgoing calls
no test coverage detected
searching dependent graphs…