UNPKG

@stacktrace-lite/core

Version:

> Parse, filter, and format JavaScript stack traces with plugins for browsers and Node.js.

5 lines (4 loc) 201 B
export declare const bold: (s: string) => string; export declare const dim: (s: string) => string; export declare const yellow: (s: string) => string; export declare const gray: (s: string) => string;