UNPKG

tdl-client-nodejs

Version:

A NodeJs client that allows users to get up to speed with the TDL system.

12 lines (7 loc) 173 B
'use strict'; function ConsoleAuditStream () { } ConsoleAuditStream.prototype.log = function(value) { console.log(value); } module.exports = ConsoleAuditStream;