UNPKG

ctrlshiftleft

Version:

AI-powered toolkit for embedding QA and security testing into development workflows

6 lines (5 loc) 173 B
import { Command } from 'commander'; /** * Semantic search command for finding potential security issues */ export declare function searchCommand(program: Command): void;