UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

7 lines (6 loc) 119 B
// src/schemas/registry.ts import { z } from "zod/v4"; var attackRegistry = z.registry(); export { attackRegistry };