mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 07:39:30 +08:00
8 lines
234 B
Text
8 lines
234 B
Text
/**
|
|
* @param {Event[]} events
|
|
* @returns {Event[]}
|
|
*/
|
|
export function postprocess(
|
|
events: import('micromark-util-types').Event[]
|
|
): import('micromark-util-types').Event[]
|
|
export type Event = import('micromark-util-types').Event
|