@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
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
*/