UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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]); };