log-vault
Version:
A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.
6 lines (5 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationsTransport = void 0;
var NotificationsTransport_1 = require("./NotificationsTransport");
Object.defineProperty(exports, "NotificationsTransport", { enumerable: true, get: function () { return NotificationsTransport_1.NotificationsTransport; } });