isTypedocConfigName
eslint-plugin-typedoc / _internal/typedoc-config-references / isTypedocConfigName
Function: isTypedocConfigName()
isTypedocConfigName(
value): value is "minimal" | "recommended" | "markdown" | "tsdoc" | "jsdoc" | "strict" | "all"
Defined in: _internal/typedoc-config-references.ts:111
Determine whether a string is a supported preset key.
Parametersโ
valueโ
string
Returnsโ
value is "minimal" | "recommended" | "markdown" | "tsdoc" | "jsdoc" | "strict" | "all"