Files
pyrofetes-frontend/node_modules/@sigstore/verify/dist/index.d.ts
T
2026-05-26 11:58:39 +02:00

7 lines
385 B
TypeScript

export { toSignedEntity } from './bundle';
export { PolicyError, VerificationError } from './error';
export { KeyFinderFunc, TrustMaterial, toTrustMaterial } from './trust';
export { Verifier, VerifierOptions } from './verifier';
export type { SignedEntity, Signer, VerificationPolicy } from './shared.types';
export type { ObjectIdentifierValuePair } from '@sigstore/protobuf-specs';