Full response from GET /-/v1/search.

interface NpmSearchResult {
    objects: NpmSearchObject[];
    time: string;
    total: number;
}

Properties

Properties

objects: NpmSearchObject[]
time: string
total: number