circu.js
    Preparing search index...

    Interface PEMInfo

    PEM Data Info

    interface PEMInfo {
        bits?: number;
        subject?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    bits?: number
    subject?: string
    type?: string