UNPKG

json-schema-faker

Version:
9 lines (8 loc) 168 B
module.exports = { register(jsf) { return jsf.option({ fillProperties: false, ignoreProperties: ['foo', /^b/, x => x.default === 42], }); }, };