Files
dd0c-site/node_modules/micromark/lib/postprocess.d.ts

9 lines
250 B
TypeScript
Raw Normal View History

2026-03-22 20:00:13 +00:00
/**
* @param {Array<Event>} events
* Events.
* @returns {Array<Event>}
* Events.
*/
export function postprocess(events: Array<Event>): Array<Event>;
import type { Event } from 'micromark-util-types';
//# sourceMappingURL=postprocess.d.ts.map