mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
16 lines
449 B
TypeScript
16 lines
449 B
TypeScript
export {
|
|
createStorageRecord,
|
|
ArtifactOptions,
|
|
PackageRegistryOptions
|
|
} from './artifactMetadata.js'
|
|
export {AttestOptions, attest} from './attest.js'
|
|
export {
|
|
AttestProvenanceOptions,
|
|
attestProvenance,
|
|
buildSLSAProvenancePredicate
|
|
} from './provenance.js'
|
|
|
|
export type {SerializedBundle} from '@sigstore/bundle'
|
|
export type {Attestation, Predicate, Subject} from './shared.types.js'
|
|
export type {SigstoreInstance} from './endpoints.js'
|