- SortByDefault(
order?: "ascending" | "descending",
): {
(target: Function): void;
(target: Object, propertyKey: string | symbol): void;
} Parameters
- order: "ascending" | "descending" = 'ascending'
Returns {
(target: Function): void;
(target: Object, propertyKey: string | symbol): void;
}