UNPKG

beautylog

Version:

beautiful logging, TypeScript ready

6 lines (5 loc) 119 B
import 'typings-global'; export declare let beautyConsole: { log: (logArg: any) => void; error: () => void; };