@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
| Property | Type | Description | Defined in |
|---|---|---|---|
ignoreQuotes? | boolean | Ignore a leading quote (") | src/sort-order.ts:10 |
moveArticles? | boolean | move article (a, an, the) to the end of the string | src/sort-order.ts:12 |