@wdprlib/parser
    Preparing search index...
    interface ModuleOpenResult {
        attrs: Record<string, string>;
        consumed: number;
        moduleName: string;
        pos: number;
    }
    Index

    Properties

    attrs: Record<string, string>
    consumed: number
    moduleName: string
    pos: number