Skip to content

dependabit / manifest/src / DetectionMethodSchema

Variable: DetectionMethodSchema

ts
const DetectionMethodSchema: ZodEnum<{
  code-comment: "code-comment";
  llm-analysis: "llm-analysis";
  manual: "manual";
  package-json: "package-json";
  requirements-txt: "requirements-txt";
}>;

Defined in: packages/manifest/src/schema.ts:50

Released under the MIT License.