UNPKG

@promptbook/gemini

Version:

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

13 lines (12 loc) 576 B
import type { Executables } from '../execution/Executables'; import type { PrepareAndScrapeOptions } from '../prepare/PrepareAndScrapeOptions'; /** * @@@ * * @public exported from `@promptbook/node` */ export declare function $provideExecutablesForNode(options?: PrepareAndScrapeOptions): Promise<Executables>; /** * TODO: [🧠] Allow to override the executables without need to call `locatePandoc` / `locateLibreoffice` in case of provided * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */