@argdown/core
    Preparing search index...

    Interface IRank

    interface IRank {
        arguments: string[];
        statements: string[];
    }
    Index

    Properties

    arguments: string[]
    statements: string[]