firstProblem<T>(check: (item: T) => string
| null
| Promise<string | null>): unknown
Check items in order and stop at the first reported problem.
check: (item: T) => string
| null
| Promise<string | null>
firstProblem<T>(check: (item: T) => string
| null
| Promise<string | null>): unknown
Check items in order and stop at the first reported problem.
check: (item: T) => string
| null
| Promise<string | null>
import { firstProblem } from "doc.ts";