UNPKG

netkitty

Version:
5 lines 143 B
export type PostHandlerItem = { priority: number; handler: () => void | Promise<void>; }; //# sourceMappingURL=PostHandlerItem.d.ts.map