Files
Botexercito/Frontend/angular-internal-chat/node_modules/@sigstore/verify/dist/index.d.ts
T
2026-03-22 18:07:19 +00:00

6 lines
310 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';