UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 260 B
/// <reference types="node" /> import { RFC3161Timestamp } from '@sigstore/core'; import { CertAuthority } from '../trust'; export declare function verifyRFC3161Timestamp(timestamp: RFC3161Timestamp, data: Buffer, timestampAuthorities: CertAuthority[]): void;