UNPKG

cnpmcore

Version:
11 lines (10 loc) 419 B
import { Registry } from '../../../core/entity/Registry'; import { AbstractChangeStream } from './AbstractChangesStream'; export declare class CnpmjsorgChangesStream extends AbstractChangeStream { getInitialSince(registry: Registry): Promise<string>; private tryFetch; fetchChanges(registry: Registry, since: string): AsyncGenerator<{ fullname: string; seq: string; }, void, unknown>; }