UNPKG

@promptbook/utils

Version:

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

8 lines (7 loc) 239 B
import type { FileImportPlugin } from './FileImportPlugin'; /** * Plugin for importing JSON files * * @private [🥝] Maybe export the import plugins through some package */ export declare const JsonFileImportPlugin: FileImportPlugin;