UNPKG

json-rules-engine

Version:
10 lines (8 loc) 177 B
'use strict' module.exports = function (options) { return { fact: options.fact || null, value: options.value || null, operator: options.operator || 'equal' } }