UNPKG

mca-compiler

Version:
4 lines 103 B
exports.type = "NumberLiteral"; exports.call = function(node, ctx, execute) { return node.value; };