UNPKG

@yobta/validator

Version:
3 lines (2 loc) 190 B
import { rule } from '../rule/rule.js'; export const optional = () => rule((currentValue, { value }) => (value !== null && value !== void 0 ? value : '') === '' ? undefined : currentValue);