UNPKG

@promptbook/remote-server

Version:

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

12 lines (11 loc) 481 B
import type { FilesystemTools } from '../../../execution/FilesystemTools'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; /** * @@@ * * @public exported from `@promptbook/node` */ export declare function $provideFilesystemForNode(options?: Pick<PrepareAndScrapeOptions, 'isVerbose'>): FilesystemTools; /** * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */