Function: isThemeConfig()
isThemeConfig(
obj:unknown):obj is ThemeConfig
Defined in: shared/types/themeConfig.ts:595
Type guard to check if an object is a valid theme configuration.
Parametersโ
objโ
unknown
Object to check
Returnsโ
obj is ThemeConfig
true when the object matches the ThemeConfig contract; otherwise
false.