UNPKG

netkitty

Version:
5 lines (4 loc) 95 B
export type PostHandlerItem = { priority: number handler: () => void | Promise<void> }