UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

17 lines (14 loc) 346 B
import { AttackBaseImpl } from "./chunk-2N7H7TEP.js"; // src/classes/smo/marking-definition.impl.ts var MarkingDefinitionImpl = class extends AttackBaseImpl { constructor(markingDefinition) { super(); this.markingDefinition = markingDefinition; Object.assign(this, markingDefinition); } }; export { MarkingDefinitionImpl };