UNPKG

@tapjs/reporter

Version:

Pretty test output reporters for tap

6 lines 194 B
import { Base } from '@tapjs/core'; /** * Return true if the test is done, otherwise false */ export declare const useIsDone: (test: Base) => boolean; //# sourceMappingURL=use-is-done.d.ts.map