eventWrapper.d.ts 69 Bytes Raw Blame History Permalink 1 export declare function eventWrapper<T>(cb: () => T): T | undefined;