vending-machine/mobile/node_modules/licia/highlight.d.ts
2026-04-03 06:07:13 +08:00

14 lines
245 B
TypeScript

declare function highlight(
str: string,
lang?: string,
style?: {
comment?: string;
string?: string;
number?: string;
keyword?: string;
operator?: string;
}
): string;
export = highlight;