UNPKG

gerald-react-scripts-fork

Version:

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

14 lines (11 loc) 209 B
var nodes = require('../nodes'); /** * Get Math `prop`. * * @param {String} prop * @return {Unit} * @api private */ module.exports = function math(prop){ return new nodes.Unit(Math[prop.string]); };