Node TAP
    Preparing search index...

    Variable only

    only: {
        (
            name: string,
            extra: TestOpts,
            cb: (t: Test) => any,
        ): PromiseWithSubtest<Test<BuiltPlugins, TestOpts>>;
        (
            name: string,
            cb: (t: Test) => any,
        ): PromiseWithSubtest<Test<BuiltPlugins, TestOpts>>;
        (
            extra: TestOpts,
            cb: (t: Test) => any,
        ): PromiseWithSubtest<Test<BuiltPlugins, TestOpts>>;
        (cb: (t: Test) => any): PromiseWithSubtest<Test<BuiltPlugins, TestOpts>>;
    }

    Type Declaration