Add missing setTheme definition

This commit is contained in:
Bastien Caudan 2018-04-09 08:17:47 +02:00
parent b674514f1b
commit dc1ea49d2b

1
safe.d.ts vendored
View File

@ -6,6 +6,7 @@
export const enabled: boolean; export const enabled: boolean;
export function enable(): void; export function enable(): void;
export function disable(): void; export function disable(): void;
export function setTheme(theme: any): void;
export function strip(str: string): string; export function strip(str: string): string;
export function stripColors(str: string): string; export function stripColors(str: string): string;