// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
ca
/
verify
[ PARENT ]
EDIT :: chain.d.ts
import * as sigstore from '../../types/sigstore'; import { x509Certificate } from '../../x509/cert'; export declare function verifyChain(bundleCerts: sigstore.X509Certificate[], certificateAuthorities: sigstore.CertificateAuthority[]): x509Certificate[];
SAVE
CANCEL