xpm
Version:
The xPack project manager command line tool
6 lines (5 loc) • 329 B
TypeScript
/// <reference types="node" />
import { Bundle } from '@sigstore/bundle';
import type { SignatureContent, SignedEntity } from '../shared.types';
export declare function toSignedEntity(bundle: Bundle, artifact?: Buffer): SignedEntity;
export declare function signatureContent(bundle: Bundle, artifact?: Buffer): SignatureContent;