UNPKG

acdc

Version:

JavaScript object transformation

9 lines (6 loc) 153 B
var debug = require('debug')('acdc:tasks:logic:truthy') module.exports = { fn: function truthy(input, ctx, cb) { cb(null, !!input) } }