UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

17 lines (14 loc) 282 B
import { AttackBaseImpl } from "./chunk-2N7H7TEP.js"; // src/classes/sdo/identity.impl.ts var IdentityImpl = class extends AttackBaseImpl { constructor(identity) { super(); this.identity = identity; Object.assign(this, identity); } }; export { IdentityImpl };