We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b674514 commit dc1ea49Copy full SHA for dc1ea49
safe.d.ts
@@ -6,6 +6,7 @@
6
export const enabled: boolean;
7
export function enable(): void;
8
export function disable(): void;
9
+export function setTheme(theme: any): void;
10
11
export function strip(str: string): string;
12
export function stripColors(str: string): string;
0 commit comments