@iocium/throwaway-lookup - v1.0.1
    Preparing search index...

    Interface LookupOptions

    Optional settings for the lookup request.

    interface LookupOptions {
        headers?: Record<string, string>;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>

    Custom headers to include in the request. Note: User-Agent will always be overridden by the library.