UNPKG

typed-well

Version:

A unit testing library for your TypeScript definitions.

2 lines (1 loc) 74 B
export declare type EventHandler = (type: string, data?: any) => boolean;