UNPKG

@tapjs/reporter

Version:

Pretty test output reporters for tap

3 lines 232 B
export type CleanupEffect = (cleanup: (() => any)[], doCleanup: () => void) => void | undefined | (() => void); export declare const useCleanup: (effect: CleanupEffect, deps: any[]) => void; //# sourceMappingURL=use-cleanup.d.ts.map