UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

9 lines 233 B
/** * Prepare i18n, load translations from plugins and book * * @param {Output} * @return {Promise<Output>} */ declare function prepareI18n(output: any): any; export default prepareI18n; //# sourceMappingURL=prepareI18n.d.ts.map