Skip to content

Commit dc1ea49

Browse files
committed
Add missing setTheme definition
1 parent b674514 commit dc1ea49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

safe.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
export const enabled: boolean;
77
export function enable(): void;
88
export function disable(): void;
9+
export function setTheme(theme: any): void;
910

1011
export function strip(str: string): string;
1112
export function stripColors(str: string): string;

0 commit comments

Comments
 (0)