world/book/node_modules/honkit/lib/api/decodeGlobal.d.ts
2025-05-12 05:38:44 +09:00

11 lines
327 B
TypeScript

/**
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