UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 252 B
import type { ProposedHashedRekordEntry } from '@sigstore/rekor-types'; import type { SignatureContent } from '../shared.types'; export declare function verifyHashedRekordTLogBody(tlogEntry: ProposedHashedRekordEntry, content: SignatureContent): void;