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