UNPKG

avifors

Version:

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

8 lines (6 loc) 174 B
import yaml from 'js-yaml' import fs from 'fs' export const functions = { _: (cond, joiner='\n') => cond ? joiner: '', readFile: path => fs.readFileSync(path, 'utf8') }