PyPI API Client - v1.0.0
    Preparing search index...

    Interface PyPIClientEvents

    Map of supported client events to their callback signatures

    interface PyPIClientEvents {
        request: (event: RequestEvent) => void;
    }
    Index

    Properties

    Properties

    request: (event: RequestEvent) => void