UNPKG

tseep

Version:

Fastest event emitter in the world

3 lines (2 loc) 155 B
export declare function nullObj(): {}; export type ArgsNum<T extends (...args: any[]) => any> = T extends (...args: infer K) => any ? K["length"] : never;