lib/shared
Variables
Section titled “Variables”shared
Section titled “shared”const shared: { markDocConfig: MarkDocPluginOptions;};Defined in: lib/shared.ts:14^
A shared object that is either retrieved from the global scope using a symbol or
initialized as a new object with a markDocConfig property.
Type Declaration
Section titled “Type Declaration”markDocConfig
Section titled “markDocConfig”markDocConfig: MarkDocPluginOptions;Remarks
Section titled “Remarks”The @ts-expect-error comments are used to suppress TypeScript errors related to the use of
the global scope and assignment within expressions. The biome-ignore comment is used
to suppress linting errors for the same reason.
symbol
Section titled “symbol”const symbol: symbol;Defined in: lib/shared.ts:3^