Files
copilotkit__copilotkit/showcase/angular/scripts/check-browser-artifact.mjs.d.ts

4 lines
156 B
TypeScript

export function findForbiddenInputs(inputNames: readonly string[]): string[];
export function findForbiddenText(name: string, contents: string): string[];