UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

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