var fs = require( "fs" ); var w = { "write": process.stdout.write.bind( process.stdout ) }; module.exports = { handler: w };