2025-05-12 05:38:44 +09:00

10 lines
262 B
TypeScript

/**
Highlight all code elements
@param {Function(lang, body) -> String} highlight
@param {HTMLDom} $
@return {Promise}
*/
declare function highlightCode(highlight: any, $: any): any;
export default highlightCode;
//# sourceMappingURL=highlightCode.d.ts.map