"use strict"; module.exports = { createClient: function (hostname, options) { return { // FIXME }; } };