UNPKG

@fabric-es/operator

Version:
8 lines (7 loc) 173 B
import { Logger } from 'winston'; export declare const getLogger: (option: { name: string; level?: string; target?: string; timezone?: string; }) => Logger;