UNPKG

@atproto/sync

Version:
6 lines 192 B
import { RepoEvent } from './firehose/lexicons'; export declare const didAndSeqForEvt: (evt: RepoEvent) => { did: string; seq: number; } | undefined; //# sourceMappingURL=util.d.ts.map