Skip to main content

Variable: isItemType

const isItemType: (value) => value is "commentary" | "verse" | "passage" | "note" | "dictionary_entry" | "book_section" | "image" = itemTypeValidator.is

Defined in: Data/Core/Types.ts:223

Parameters

value

unknown

Returns

value is "commentary" | "verse" | "passage" | "note" | "dictionary_entry" | "book_section" | "image"