UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

13 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addContent = void 0; function addContent(content) { if (!(content === null || content === void 0 ? void 0 : content.length)) { return null; } return { value: content.replace(/\n/g, '<br/>') }; } exports.addContent = addContent; //# sourceMappingURL=addContent.js.map