Function: isMdxFilePath()
function isMdxFilePath(filePath: string): boolean;
Defined in: _internal/text-content-lint.ts:40
Check whether a file path points to an MDX document.
Parametersโ
filePathโ
string
Returnsโ
boolean
function isMdxFilePath(filePath: string): boolean;
Defined in: _internal/text-content-lint.ts:40
Check whether a file path points to an MDX document.
string
boolean