Function: isBasicWithIcon()
function isBasicWithIcon(category): category is BasicWithIconChecks if the category carries a Font Awesome icon.
Parameters
category
The category to inspect.
Returns
category is BasicWithIcon
true if the category exposes a non-empty icon name, narrowing it to
BasicWithIcon.
Last updated on