postprocess.d.ts 121 B

12345
  1. import {Event} from './shared-types'
  2. declare function postprocess(events: Event[]): Event[]
  3. export default postprocess