UNPKG

@promptbook/node

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

5 lines (4 loc) 112 B
/** * Converts a file path to POSIX format. */ export declare function toPosixPath(filePath: string): string;