UNPKG

@deepkush97/logger-ts

Version:

A simple logger implementation with typescript containing two transport method for logging.

7 lines (6 loc) 223 B
export declare const colorString: { redColor: (message: string) => string; greenColor: (message: string) => string; yellowColor: (message: string) => string; blueColor: (message: string) => string; };