UNPKG

@yuxilabs/gptp-core

Version:

Core validation, formatting and execution logic for the GPTP file format.

3 lines 174 B
import type { GPTPDocument } from '@/types/gptpTypes'; export declare function parsePrompt(filePath: string): Promise<GPTPDocument>; //# sourceMappingURL=parsePrompt.d.ts.map