UNPKG

mangakonekuto

Version:

Your CLI for reading manga from the terminal

14 lines (13 loc) 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Search_1 = require("./Search"); const ChapterInformation_1 = require("./ChapterInformation"); const ChapterList_1 = require("./ChapterList"); const Images_1 = require("./Images"); exports.default = { name: "MangaKakalot", searchManga: Search_1.searchManga, getMangaDetail: ChapterInformation_1.getMangaDetail, getChapterList: ChapterList_1.getChapterList, getImagesAndCreatePDF: Images_1.getImagesAndCreatePDF, };