UNPKG

@creditkarma/thrift-server-core

Version:
4 lines (3 loc) 152 B
import { LogFunction } from './types'; export declare const makeLogger: (name: string) => LogFunction; export declare const defaultLogger: LogFunction;