Function SortByDefault

  • Parameters

    • order: "ascending" | "descending" = 'ascending'

    Returns {
        (target: Function): void;
        (target: Object, propertyKey: string | symbol): void;
    }