@lskjs/bots-plugin-notify
Version:
LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation
13 lines (12 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getBool = exports["default"] = void 0;
var getBool = function getBool(param, def) {
return param == null ? def : +param;
};
exports.getBool = getBool;
var _default = getBool;
exports["default"] = _default;
//# sourceMappingURL=getBool.js.map