MyRepo-Ums/node_modules/sigstore/dist/index.d.ts
2024-01-19 11:09:11 +01:00

10 lines
541 B
TypeScript

export { ValidationError } from '@sigstore/bundle';
export { DEFAULT_FULCIO_URL, DEFAULT_REKOR_URL, InternalError, } from '@sigstore/sign';
export { TUFError } from '@sigstore/tuf';
export { PolicyError, VerificationError } from './error';
export { attest, createVerifier, sign, verify } from './sigstore';
export type { SerializedBundle as Bundle } from '@sigstore/bundle';
export type { IdentityProvider } from '@sigstore/sign';
export type { SignOptions, VerifyOptions } from './config';
export type { BundleVerifier } from './sigstore';