colors: {
get: ((db, type, includeDef?) => undefined | string);
hex: {
blue: "#4287f5";
white: "#fafaff";
};
types: readonly ["canvacord.username", "canvacord.progress.thumb", "arcane.progress.first", "arcane.progress.second", "arcane.username", "arcane.background.first", "arcane.background.second"];
valid: ((type) => boolean);
} = ...
Type declaration
-
Readonly
get: ((db, type, includeDef?) => undefined | string)
-
- (db, type, includeDef?): undefined | string
-
Parameters
-
-
-
includeDef: boolean = false
Returns undefined | string
-
Readonly
hex: {
blue: "#4287f5";
white: "#fafaff";
}
-
Readonly
blue: "#4287f5"
-
Readonly
white: "#fafaff"
-
Readonly
types: readonly ["canvacord.username", "canvacord.progress.thumb", "arcane.progress.first", "arcane.progress.second", "arcane.username", "arcane.background.first", "arcane.background.second"]
-
Readonly
valid: ((type) => boolean)
-
- (type): boolean
-
Returns boolean