UNPKG

@lskjs/bots-plugin-notify

Version:

LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation

14 lines (13 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatMd = exports["default"] = void 0; var formatMd = function formatMd(textWithMd, textWithoutMd) { var isMd = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; return isMd ? textWithMd : textWithoutMd; }; exports.formatMd = formatMd; var _default = formatMd; exports["default"] = _default; //# sourceMappingURL=formatMd.js.map