@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 354 B
TypeScript
import type { string_dirname, string_filename } from '../../../types/string_filename';
/**
* Determines if the given path is a root path.
*
* Note: This does not check if the file exists only if the path is valid
*
* @public exported from `@promptbook/utils`
*/
export declare function isRootPath(value: string_dirname | string_filename): boolean;