@maschinenlesbar.org/ausbildungssuche-cli
    Preparing search index...

    Interface ObtainKeyOptions

    interface ObtainKeyOptions {
        sourceUrl?: string;
        timeoutMs?: number;
        transport?: Transport;
        userAgent?: string;
    }
    Index
    sourceUrl?: string

    Override the source document (tests, mirrors).

    timeoutMs?: number
    transport?: Transport

    Injectable transport; defaults to the built-in node:http/https one.

    userAgent?: string