'use strict';
module.exports = function getValue({ value }) {
  return value;
};