Sha256: 2d8fceae68e2836a1276dd198b47bac20ad93fd5a895598b862d6f7cb29c89a3
Contents?: true
Size: 514 Bytes
Versions: 33
Compression:
Stored size: 514 Bytes
Contents
/// <reference types="node" /> import { Artifact, BaseBundleBuilder, BundleBuilderOptions } from './base'; import type { BundleWithDsseEnvelope } from '@sigstore/bundle'; import type { Signature } from '../signer'; export declare class DSSEBundleBuilder extends BaseBundleBuilder<BundleWithDsseEnvelope> { constructor(options: BundleBuilderOptions); protected prepare(artifact: Artifact): Promise<Buffer>; protected package(artifact: Artifact, signature: Signature): Promise<BundleWithDsseEnvelope>; }
Version data entries
33 entries across 33 versions & 1 rubygems