@juulsgaard/ts-tools
    Preparing search index...

    Type Alias SortFn<TModel>

    SortFn: (a: TModel, b: TModel) => number

    A function definition for sorting methods

    Type Parameters

    • TModel

    Type Declaration