mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-25 11:52:10 +00:00
16 lines
197 B
JavaScript
16 lines
197 B
JavaScript
|
|
/**
|
|
Call a "global" hook for an output
|
|
|
|
@param {String} name
|
|
@param {Output} output
|
|
@return {Promise<Output>}
|
|
*/
|
|
function callHook(name, output) {
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = callHook;
|