Function: isAgentsFilePath()
function isAgentsFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:14
Check whether a path is an AGENTS instruction file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean
function isAgentsFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:14
Check whether a path is an AGENTS instruction file.
| Parameter | Type |
|---|---|
filePath | string |
boolean