astro-ghostcms/.pnpm-store/v3/files/87/2356ddba5954bfb0bffa56cfe28...

9 lines
254 B
Plaintext

/**
* @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