7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
/**
|
|
* This will remove the chalk color codes from the message provided.
|
|
* It's used to log plain text in the log file
|
|
*/
|
|
declare const _default: import("logform").Format;
|
|
export default _default;
|
|
//# sourceMappingURL=detailed-log.d.ts.map
|