UNPKG

xpm

Version:

The xPack project manager command line tool

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