Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 10 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | import { default as joinImported } from './join'; |
||
2 | import { default as queryImported } from './query'; |
||
3 | |||
4 | export const join = joinImported; |
||
5 | export const query = queryImported; |
||
6 | |||
7 | export default { |
||
8 | join, |
||
9 | query |
||
10 | }; |