nameFromMatchMode.js 104 B

123
  1. export default function nameFromMatchMode(matchMode) {
  2. return _find(matchModes, { matchMode }).name
  3. }