@@ -114,7 +114,7 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
114
114
| aggregate | No | [ Sync] ( tests/unittests/tests/Aggregate.ts )
115
115
| all | Yes | [ Sync] ( tests/unittests/tests/All.ts ) , [ Async] ( tests/unittests/tests/AllAsync.ts )
116
116
| any | Yes | [ Sync] ( tests/unittests/tests/Any.ts ) , [ Async] ( tests/unittests/tests/AnyAsync.ts )
117
- | append | Yes | [ Sync] ( tests/unittests/tests/Append.ts )
117
+ | append | No | [ Sync] ( tests/unittests/tests/Append.ts )
118
118
| average | Yes | [ Sync] ( tests/unittests/tests/Average.ts ) , [ Async] ( tests/unittests/tests/AverageAsync.ts )
119
119
| chunk | No | [ Sync] ( tests/unittests/tests/Chunk.ts )
120
120
| concatenate | No | [ Sync] ( tests/unittests/tests/Concatenate.ts ) | Equivalent to ` .Concat ` but renamed to avoid conflict with JS
@@ -138,10 +138,12 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
138
138
| max | Yes | [ Sync] ( tests/unittests/tests/Max.ts ) , [ Async] ( tests/unittests/tests/MaxAsync.ts )
139
139
| min | Yes | [ Sync] ( tests/unittests/tests/Min.ts ) , [ Async] ( tests/unittests/tests/MinAsync.ts )
140
140
| ofType | No | [ Sync] ( tests/unittests/tests/OfType.ts )
141
+ | order | No | [ Sync] ( /tests/unittests/tests/Order.ts )
141
142
| orderBy | Yes | [ Sync] ( tests/unittests/tests/OrderBy.ts ) , [ Async] ( tests/unittests/tests/OrderByAsync.ts )
142
143
| orderByDescending | Yes | [ Sync] ( tests/unittests/tests/OrderByDescending.ts ) , [ Async] ( tests/unittests/tests/OrderByDescendingAsync.ts )
144
+ | orderDescending | No | [ Sync] ( tests/unittests/tests/OrderDescending.ts )
143
145
| partition | Yes | [ Sync] ( tests/unittests/tests/Partition.ts ) , [ Async] ( tests/unittests/tests/PartitionAsync.ts )
144
- | prepend | Yes | [ Sync / Async ] ( tests/unittests/tests/Prepend.ts )
146
+ | prepend | No | [ Sync] ( tests/unittests/tests/Prepend.ts )
145
147
| reverse | No | [ Sync] ( tests/unittests/tests/Reverse.ts )
146
148
| select | Yes | [ Sync] ( tests/unittests/tests/Select.ts ) , [ Async] ( tests/unittests/tests/SelectAsync.ts )
147
149
| selectMany | Yes | [ Sync] ( tests/unittests/tests/SelectMany.ts ) , [ Async] ( tests/unittests/tests/SelectManyAsync.ts )
0 commit comments