Trevixal API
    Preparing search index...
    interface TrackChangesOptions {
        author: string;
        now?: () => number;
    }
    Index
    author: string

    Attributed author for new suggestions.

    now?: () => number

    Clock override for deterministic tests.