UNPKG

@vorms/resolvers

Version:
12 lines (9 loc) 241 B
import { set } from '@vorms/core'; const toNestError = (errors) => { const fieldErrors = {}; for (const path in errors) { set(fieldErrors, path, errors[path]); } return fieldErrors; }; export { toNestError };