Function: isSkillMarkdownFilePath()
function isSkillMarkdownFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:30
Check whether a Markdown file is inside a recognized skill directory.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean