mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
fix: resolve cli-highlight types and runtime info
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
declare module "cli-highlight" {
|
||||
export type HighlightOptions = {
|
||||
language?: string;
|
||||
theme?: unknown;
|
||||
ignoreIllegals?: boolean;
|
||||
};
|
||||
|
||||
export function highlight(code: string, options?: HighlightOptions): string;
|
||||
export function supportsLanguage(language: string): boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user