Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 8 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 2 |
1 | export { default as compose } from 'compose-function'; |
||
|
|||
2 | |||
3 | export { default as toMiddleware } from './convertor'; |
||
4 | export { default as addMeta } from './add-meta'; |
||
5 | export { default as tagService } from './tag-service'; |
||
6 | export { default as enhancedRender } from './renderer'; |
||
7 | export { default as createEnhancer } from './enhancer-creator'; |
||
8 | export { isPromise } from './utils'; |
||
9 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.