UNPKG

@apidog/multibot-sdk-ts

Version:
10 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AbstractBot { setMatcher(matcher) { this.matcher = matcher; return this; } } exports.default = AbstractBot; //# sourceMappingURL=abstract-bot.js.map