cesr
    Preparing search index...

    Interface MatterInit

    interface MatterInit {
        code: string;
        raw: Uint8Array;
        soft?: number;
    }

    Implemented by

    Index

    Properties

    Properties

    code: string
    raw: Uint8Array
    soft?: number