mstch/test/data/lambda/check_falsy.js

8 lines
115 B
JavaScript
Raw Normal View History

2015-04-09 18:41:27 +00:00
({
number: function(text, render) {
return function(text, render) {
return +render(text);
}
}
})