We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this allows the default options to be build dynamically
also allows passing in seneca, and thus gubu, maintaining version matching
function myplugin(options) { ... } myplugin.defaults = (seneca)=>{ const { Open } = seneca.valid return Open({ settingA: 1 }) }