@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 418 B
TypeScript
import type { string_filename } from '../../../types/string_filename';
import type { really_unknown } from '../../organization/really_unknown';
/**
* Tests if given string is valid file path.
*
* Note: This does not check if the file exists only if the path is valid
*
* @public exported from `@promptbook/utils`
*/
export declare function isValidFilePath(filename: really_unknown): filename is string_filename;