variable allimport { all } from "https://deno.land/x/ok_computer@v2.0.1/ok-computer.ts"; type<V extends Validator<any, any>[]>(...validators: V) => Validator<Infer<V[0]>, ANDError<Exclude<ArrReturnTypes<V>[number], undefined>[]>>