Type Alias BundleVerifier

Source
Expand description

Sigstore bundle verifier created by createVerifier() from the sigstore package.

type BundleVerifier = Awaited<ReturnType<typeof createVerifier>>