UNPKG

avifors

Version:

A MDE tool that generates code from a YAML definition of your app domain model.

11 lines (9 loc) 193 B
/** * Core builders */ export function getBuilders(avifors) { const builders = { mapDefaultValues: defaultFn => value => Object.assign(defaultFn(value), value) } return builders }