UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 219 B
import { TLogAuthority } from '../trust'; import type { TLogEntryWithInclusionProof } from '@sigstore/bundle'; export declare function verifyCheckpoint(entry: TLogEntryWithInclusionProof, tlogs: TLogAuthority[]): void;