Sha256: 1db43c61b353581844ee2b01caac6511fccda6a067f2ca83ec823c6272f88b83
Contents?: true
Size: 209 Bytes
Versions: 39
Compression:
Stored size: 209 Bytes
Contents
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]); };
Version data entries
39 entries across 20 versions & 2 rubygems