mstch/test/data/lambda/check_falsy.js

8 lines
115 B
JavaScript
Raw Normal View History

2015-04-10 02:41:27 +08:00
({
number: function(text, render) {
return function(text, render) {
return +render(text);
}
}
})