更新
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
declare function highlight(
|
||||
str: string,
|
||||
lang?: string,
|
||||
style?: {
|
||||
comment?: string;
|
||||
string?: string;
|
||||
number?: string;
|
||||
keyword?: string;
|
||||
operator?: string;
|
||||
}
|
||||
): string;
|
||||
|
||||
export = highlight;
|
||||
Reference in New Issue
Block a user