mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
export function findForbiddenInputs(inputNames: readonly string[]): string[];
|
|
|
|
export function findForbiddenText(name: string, contents: string): string[];
|