Function: isCodexConfigFilePath()
function isCodexConfigFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:65
Check whether a path points to any user, project, or profile Codex config.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean