Files
toolkit/packages/attest/src/index.ts
T

11 lines
335 B
TypeScript
Raw Normal View History

2025-12-08 15:33:01 -08:00
export {createStorageRecord} from './artifactMetadata'
2024-02-17 19:14:10 -08:00
export {AttestOptions, attest} from './attest'
export {
AttestProvenanceOptions,
attestProvenance,
buildSLSAProvenancePredicate
} from './provenance'
export type {SerializedBundle} from '@sigstore/bundle'
export type {Attestation, Predicate, Subject} from './shared.types'