@promptbook/openai
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
12 lines (11 loc) • 355 B
TypeScript
import type { FilesystemTools } from '../../execution/FilesystemTools';
/**
* Checks if the file is executable
*
* @private within the repository
*/
export declare function isExecutable(path: string, fs: FilesystemTools): Promise<boolean>;
/**
* Note: Not [~🟢~] because it is not directly dependent on `fs
* TODO: [🖇] What about symlinks?
*/