index.d.ts 310 B

12345
  1. export { toSignedEntity } from './bundle';
  2. export { PolicyError, VerificationError } from './error';
  3. export { KeyFinderFunc, TrustMaterial, toTrustMaterial } from './trust';
  4. export { Verifier, VerifierOptions } from './verifier';
  5. export type { SignedEntity, Signer, VerificationPolicy } from './shared.types';