Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { ValidationResult } from "./types"; export const isValid = (result: ValidationResult): boolean => Object.keys(result).length === 0;