UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

11 lines 303 B
/** * Extract text between backticks * @param input * @returns */ export declare function extractTextBetweenBackticks(input: string): string; /** * Separate code blocks from AI messages */ export declare function splitCodeSnippets(input: string): string[]; //# sourceMappingURL=code-block.d.ts.map