UNPKG

@yobta/validator

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