Function: isCodexTomlFilePath()
function isCodexTomlFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:77
Check whether a TOML file is a Codex config or custom-agent layer.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean