NET-Web-API-w-Angular/my-app/node_modules/@sigstore/sign/dist/index.d.ts

11 lines
675 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
export type { Bundle } from '@sigstore/bundle';
export { DSSEBundleBuilder, MessageSignatureBundleBuilder } from './bundler';
export type { Artifact, BundleBuilder, BundleBuilderOptions } from './bundler';
export { InternalError } from './error';
export { CIContextProvider } from './identity';
export type { IdentityProvider } from './identity';
export { DEFAULT_FULCIO_URL, FulcioSigner } from './signer';
export type { FulcioSignerOptions, Signature, Signer } from './signer';
export { DEFAULT_REKOR_URL, RekorWitness, TSAWitness } from './witness';
export type { RekorWitnessOptions, SignatureBundle, TSAWitnessOptions, VerificationMaterial, Witness, } from './witness';