UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

13 lines (12 loc) 455 B
import type { string_filename } from '../../../types/typeAliases'; 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; /** * TODO: [🍏] Implement for MacOs */