All files / src/node-groups SelfDefendingNodesGroup.js

60% Statements 3/5
100% Branches 1/1
0% Functions 0/1
60% Lines 3/5
1 2 3 4 5 6 7 8 9 10 11  1x 1x             1x  
"use strict";
const NodesGroup_1 = require('./NodesGroup');
const SelfDefendingUnicodeNode_1 = require("../custom-nodes/self-defending-nodes/SelfDefendingUnicodeNode");
class SelfDefendingNodesGroup extends NodesGroup_1.NodesGroup {
    constructor(options) {
        super(options);
        this.nodes.set('selfDefendingUnicodeNode', new SelfDefendingUnicodeNode_1.SelfDefendingUnicodeNode(this.options));
    }
}
exports.SelfDefendingNodesGroup = SelfDefendingNodesGroup;
//# sourceMappingURL=SelfDefendingNodesGroup.js.map