00001 var ary = require('./ary'); 00002 00018 function unary(func) { 00019 return ary(func, 1); 00020 } 00021 00022 module.exports = unary;