UNPKG

cybersource-rest-client-typescript

Version:
8 lines (7 loc) 262 B
import MerchantConfig from '../core/MerchantConfig'; import winston from 'winston'; interface LoggerUtil { getLogger(merchantConfig: MerchantConfig, loggerCategory?: string): winston.Logger; } declare const loggerUtil: LoggerUtil; export default loggerUtil;