PATH:
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
tlog
/// <reference types="node" /> import { SignatureMaterial } from '../types/signature'; import { Envelope } from '../types/sigstore'; import { HashedRekordKind, IntotoKind } from './types'; export declare function toProposedHashedRekordEntry(digest: Buffer, signature: SignatureMaterial): HashedRekordKind; export declare function toProposedIntotoEntry(envelope: Envelope, signature: SignatureMaterial, apiVersion?: string): IntotoKind;
[-] format.js
[open]
[+]
..
[-] format.d.ts
[open]
[+]
types
[-] index.js
[open]
[-] index.d.ts
[open]
[+]
verify