@witchcraft/spellcraft
    Preparing search index...

    Type Alias IKeysSorter

    type IKeysSorter = {
        order: KeySortPos;
        sort(keyList: string[], keys: Keys): string[];
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    order: KeySortPos

    Methods