We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Why can't it work in this way?
const {InvertDecorator} = require('behaviortree');
for every Decorator nodes, shall I rewrite them all as below?
class InvertDecorator extends Decorator { //rewrite the codes. }