UNPKG

lumberjack-protocol

Version:

Node.js implementation of the lumberjack protocol.

15 lines (11 loc) 305 B
// Generated by CoffeeScript 1.12.1 (function() { var Client; Client = require('./Client'); exports.client = function(tlsConnectOptions, clientOptions) { if (clientOptions == null) { clientOptions = {}; } return new Client(tlsConnectOptions, clientOptions); }; }).call(this);