UNPKG

selvedge

Version:

A type-safe, declarative DSL for building robust, composable LLM prompts and programs in TypeScript. Selvedge simplifies prompt engineering, structured output, and multi-model orchestration.

6 lines 135 B
/** * Prompt template system for selvedge */ export * from './types'; export * from './template'; //# sourceMappingURL=index.d.ts.map