Function: isCategoryList()

Source: 1.0.0-rc.14 · a572916b42ec

ts
function isCategoryList(category): category is CategoryList;

Defined in: packages/valaxy/client/composables/category-utils.ts:38

For theme development, you can use this function to determine whether the category is a category list.

Parameters

category

unknown

Returns

category is CategoryList