UNPKG

gerald-react-scripts-fork

Version:

Gerald's fork of the configuration and scripts for Create React App.

8 lines (5 loc) 151 B
'use strict'; var value = require('../object/valid-value'); module.exports = function (name) { return function (o) { return value(o)[name]; }; };