@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
13 lines (12 loc) • 442 B
TypeScript
import type { string_dirname } from '../../../types/typeAliases';
import type { string_filename } from '../../../types/typeAliases';
/**
* 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;
/**
* TODO: [🍏] Make for MacOS paths
*/