Skip to main content

Variable: isModuleType

const isModuleType: (value) => value is "bible" | "commentary" | "dictionary" | "book" | "devotional" | "lexicon" | "topical_index" | "cross_reference" | "tag_graph" = moduleTypeValidator.is

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

Parameters

value

unknown

Returns

value is "bible" | "commentary" | "dictionary" | "book" | "devotional" | "lexicon" | "topical_index" | "cross_reference" | "tag_graph"