UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 298 B
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;