Total Complexity | 6 |
Complexity/F | 1 |
Lines of Code | 5 |
Function Count | 6 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | export class ComponentsEngine{ |
||
2 | createComponent(componentName:any,content:any):void |
||
3 | renderComponent(targetRender:any,componentName:any):void |
||
4 | addListener(targetElement:any,type:any,functionCall:any):void |
||
5 | } |