igcv3 - v1.1.0
    Preparing search index...

    Interface UniversalParseResult

    Universal parse result supporting RSA + ECDSA/Ed25519.

    interface UniversalParseResult {
        path: string;
        certs: UniversalCertData[];
        errors: string[];
    }
    Index

    Properties

    Properties

    path: string
    errors: string[]