UNPKG

codekart

Version:

Web application framework for Node.js

14 lines (11 loc) 232 B
(function (tree) { tree.Ratio = function (value) { this.value = value; }; tree.Ratio.prototype = { toCSS: function (env) { return this.value; }, eval: function () { return this } }; })(require('../tree'));