We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c219b0 commit 628ae4bCopy full SHA for 628ae4b
typings/internalBinding/util.d.ts
@@ -44,4 +44,5 @@ export interface UtilBinding {
44
WeakReference: typeof InternalUtilBinding.WeakReference;
45
guessHandleType(fd: number): 'TCP' | 'TTY' | 'UDP' | 'FILE' | 'PIPE' | 'UNKNOWN';
46
parseEnv(content: string): Record<string, string>;
47
+ styleText(format: Array<string> | string, text: string): string;
48
}
0 commit comments