Urara-Blog/node_modules/.pnpm-store/v3/files/13/65f9ba25e0669738dcd1031bfab8bd4cf6704f6f8d0fe534b52432b002e2dda583eb3b42fa7274c688aa4dd559ab4658910d87298917485d01aa2ea0fc7e89
2022-08-14 01:14:53 +08:00

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