index.d.ts 675 B

12345678910
  1. export type { Bundle } from '@sigstore/bundle';
  2. export { DSSEBundleBuilder, MessageSignatureBundleBuilder } from './bundler';
  3. export type { Artifact, BundleBuilder, BundleBuilderOptions } from './bundler';
  4. export { InternalError } from './error';
  5. export { CIContextProvider } from './identity';
  6. export type { IdentityProvider } from './identity';
  7. export { DEFAULT_FULCIO_URL, FulcioSigner } from './signer';
  8. export type { FulcioSignerOptions, Signature, Signer } from './signer';
  9. export { DEFAULT_REKOR_URL, RekorWitness, TSAWitness } from './witness';
  10. export type { RekorWitnessOptions, SignatureBundle, TSAWitnessOptions, VerificationMaterial, Witness, } from './witness';