UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

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