Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 9 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | import React from 'react'; |
||
2 | |||
3 | export default class Model { |
||
4 | module: typeof React.Component | null; |
||
5 | |||
6 | constructor() { |
||
7 | 17 | this.module = null; |
|
8 | } |
||
9 | } |