UNPKG

@yobta/validator

Version:
8 lines (7 loc) 179 B
import { rule } from '../rule/rule.js'; export const errors = (cb) => rule((input, ctx) => { if (ctx.errors.length) { cb(ctx.errors, ctx); } return input; });