00001 00024 function tap(value, interceptor) { 00025 interceptor(value); 00026 return value; 00027 } 00028 00029 module.exports = tap;