Function: isProjectConfigFilePath()
function isProjectConfigFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:61
Check whether a path points to a project Codex config layer.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean