관리-도구
편집 파일: dump.d.ts
import { ASN1Obj } from './obj'; export declare function dump(obj: ASN1Obj, indent?: number): void;