Function: isThemeConfig()
isThemeConfig(
obj
:unknown
):obj is ThemeConfig
Defined in: shared/types/themeConfig.ts:603
Type guard to check if an object is a valid theme configuration.
Parametersโ
objโ
unknown
Object to check
Returnsโ
obj is ThemeConfig
True if the object is a valid theme configuration