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