Function: isSkillFilePath()
function isSkillFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:43
Check whether a path points to a canonical skill definition.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean
function isSkillFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:43
Check whether a path points to a canonical skill definition.
| Parameter | Type |
|---|---|
filePath | string |
boolean