00001 var before = require('./before'); 00002 00021 function once(func) { 00022 return before(2, func); 00023 } 00024 00025 module.exports = once;