UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 424 B
import type { string_executable_path } from '../../types/typeAliases'; /** * @@@ * * @private within the repository */ export declare function locatePandoc(): Promise<string_executable_path | null>; /** * TODO: [🧠][♿] Maybe export through `@promptbook/node` OR `@promptbook/documents` * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */