index.js 458 B

123456789
  1. "use strict";
  2. var __importDefault = (this && this.__importDefault) || function (mod) {
  3. return (mod && mod.__esModule) ? mod : { "default": mod };
  4. };
  5. Object.defineProperty(exports, "__esModule", { value: true });
  6. const html_1 = require("@honkit/html");
  7. const toHTML_1 = __importDefault(require("./toHTML"));
  8. const toAsciidoc_1 = __importDefault(require("./toAsciidoc"));
  9. exports.default = (0, html_1.createParser)(toHTML_1.default, toAsciidoc_1.default);