Node TAP
    Preparing search index...

    Variable worker

    worker: {
        (filename: string): PromiseWithWorker;
        (filename: string, name?: string): PromiseWithWorker;
        (filename: string, options: WorkerOpts, name?: string): PromiseWithWorker;
    }

    Type Declaration