mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-28 18:40:09 +00:00
Add missing setTheme definition
This commit is contained in:
parent
b674514f1b
commit
dc1ea49d2b
1
safe.d.ts
vendored
1
safe.d.ts
vendored
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user