UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

11 lines (10 loc) 327 B
/** Decode changes from a JS API to a output object. Only the configuration can be edited by plugin's hooks @param {Output} output @param {Object} result: result from API @return {Output} */ declare function decodeGlobal(output: any, result: any): any; export { decodeGlobal }; //# sourceMappingURL=decodeGlobal.d.ts.map