Files
talk/graph/resolvers/karma_threshold.js
T
2018-05-23 16:18:22 -06:00

7 lines
135 B
JavaScript

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