Source

winston/index.ts

/**
 * @module Winston
 * @description This module provides an adapter for the Winston logger.
 * @summary This module exports the {@link WinstonLogger} class.
 * @memberOf module:Logging
 */
export * from "./winston";