const { property } = require('lodash'); module.exports = { reliable: property('RELIABLE'), unreliable: property('UNRELIABLE'), };