Skip to content

Commit 3c9b829

Browse files
committed
Resolve TODO
1 parent 80e78f4 commit 3c9b829

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/utils/terminal.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { styleText } from "node:util";
22

3-
// TODO: Remove when node typings are updated (this would be around Node.js 22)
4-
declare module "node:util" {
5-
function styleText(style: string, text: string): string;
6-
}
7-
83
export function highlight(s: string): string {
94
return styleText("bgCyan", styleText("whiteBright", s));
105
}

0 commit comments

Comments
 (0)