File Manager
Path:
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
x509
/
asn1
/
Viewing File: dump.d.ts
import { ASN1Obj } from './obj'; export declare function dump(obj: ASN1Obj, indent?: number): void;