UNPKG

@promptbook/google

Version:

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

13 lines (12 loc) 589 B
import type { ScriptExecutionTools } from '../../../execution/ScriptExecutionTools'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; /** * Provides script execution tools * * @public exported from `@promptbook/node` */ export declare function $provideScriptingForNode(options?: PrepareAndScrapeOptions): Promise<ReadonlyArray<ScriptExecutionTools>>; /** * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment * TODO: [🏓] Unite `xxxForServer` and `xxxForNode` naming */