Sha256: d97f7f10c5389b159d19591373adfc13f1635bf6c6296e118d20f31ba61d3acb
Contents?: true
Size: 438 Bytes
Versions: 33
Compression:
Stored size: 438 Bytes
Contents
import type { Bundle as ProtoBundle } from '@sigstore/protobuf-specs'; import type { Bundle, BundleLatest, BundleV01 } from './bundle'; export declare function assertBundle(b: ProtoBundle): asserts b is Bundle; export declare function assertBundleV01(b: Bundle): asserts b is BundleV01; export declare function isBundleV01(b: Bundle): b is BundleV01; export declare function assertBundleLatest(b: ProtoBundle): asserts b is BundleLatest;
Version data entries
33 entries across 33 versions & 1 rubygems