UNPKG

@drop-in-gaming/barrelsby

Version:

Automatic TypeScript barrels for your entire code base

6 lines (5 loc) 161 B
import { Signale } from 'signale'; export declare type Logger = Signale; export declare function getLogger({ isVerbose }?: { isVerbose: boolean; }): Logger;