| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,4 +44,5 @@ export interface UtilBinding { | |||
| 44 | 44 | WeakReference: typeof InternalUtilBinding.WeakReference; | |
| 45 | 45 | guessHandleType(fd: number): 'TCP' | 'TTY' | 'UDP' | 'FILE' | 'PIPE' | 'UNKNOWN'; | |
| 46 | 46 | parseEnv(content: string): Record<string, string>; | |
| 47 | + styleText(format: Array<string> | string, text: string): string; | ||
| 47 | 48 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments