Showing 1 of 14 total issues
Function isEmpty
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
export function isEmpty(value: unknown): boolean { if (value === null || value === undefined) { return true; }
- Read upRead up