diff --git a/safe.d.ts b/safe.d.ts index 9c81946..2bafc27 100644 --- a/safe.d.ts +++ b/safe.d.ts @@ -6,6 +6,7 @@ export const enabled: boolean; export function enable(): void; export function disable(): void; +export function setTheme(theme: any): void; export function strip(str: string): string; export function stripColors(str: string): string;