Skip to content

@technobuddha > library > String > Operations

Type Alias: SortOrderOptions

ts
type SortOrderOptions = {
  ignoreQuotes?: boolean;
  moveArticles?: boolean;
};

Defined in: sort-order.ts:8

Options for the sortOrder function

Properties

PropertyTypeDescriptionDefined in
ignoreQuotes?booleanIgnore a leading quote (")src/sort-order.ts:10
moveArticles?booleanmove article (a, an, the) to the end of the stringsrc/sort-order.ts:12