Files
est-frame/node_modules/micromark/lib/postprocess.d.ts
2025-10-22 05:38:27 +00:00

9 lines
254 B
TypeScript
Executable File

/**
* @param {Array<Event>} events
* @returns {Array<Event>}
*/
export function postprocess(
events: Array<import('micromark-util-types').Event>
): Array<import('micromark-util-types').Event>
export type Event = import('micromark-util-types').Event