Genese complexity report

<- string.d.ts
Methods : 2
Complexity index : 0.7
Cyclomatic complexity : 2
Cognitive complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 10)
0 % Error 0/2 (threshold : 20)
Cyclomatic complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 5)
0 % Error 0/2 (threshold : 10)
Methods of string.d.ts
isString Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
            export declare function isString(input: unknown): input is string // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
isEmpty Complexity Index 0.3 Cyclomatic complexity 1
                            
                                
            
            export declare function isEmpty(input: string): boolean; // ------------------ +0.3 Complexity index (+0.3 atomic)