site/node_modules/micromark/dev/lib/postprocess.d.ts

9 lines
254 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* @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