Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozine committed Jan 14, 2024
1 parent eeb5fed commit 9ad7b9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
| aggregate | No | [Sync](tests/unittests/tests/Aggregate.ts)
| all | Yes | [Sync](tests/unittests/tests/All.ts), [Async](tests/unittests/tests/AllAsync.ts)
| any | Yes | [Sync](tests/unittests/tests/Any.ts), [Async](tests/unittests/tests/AnyAsync.ts)
| append | Yes | [Sync](tests/unittests/tests/Append.ts)
| append | No | [Sync](tests/unittests/tests/Append.ts)
| average | Yes | [Sync](tests/unittests/tests/Average.ts), [Async](tests/unittests/tests/AverageAsync.ts)
| chunk | No | [Sync](tests/unittests/tests/Chunk.ts)
| concatenate | No | [Sync](tests/unittests/tests/Concatenate.ts) | Equivalent to `.Concat` but renamed to avoid conflict with JS
Expand All @@ -138,10 +138,12 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
| max | Yes | [Sync](tests/unittests/tests/Max.ts), [Async](tests/unittests/tests/MaxAsync.ts)
| min | Yes | [Sync](tests/unittests/tests/Min.ts), [Async](tests/unittests/tests/MinAsync.ts)
| ofType | No | [Sync](tests/unittests/tests/OfType.ts)
| order | No | [Sync](/tests/unittests/tests/Order.ts)
| orderBy | Yes | [Sync](tests/unittests/tests/OrderBy.ts), [Async](tests/unittests/tests/OrderByAsync.ts)
| orderByDescending | Yes | [Sync](tests/unittests/tests/OrderByDescending.ts), [Async](tests/unittests/tests/OrderByDescendingAsync.ts)
| orderDescending | No | [Sync](tests/unittests/tests/OrderDescending.ts)
| partition | Yes | [Sync](tests/unittests/tests/Partition.ts), [Async](tests/unittests/tests/PartitionAsync.ts)
| prepend | Yes | [Sync / Async](tests/unittests/tests/Prepend.ts)
| prepend | No | [Sync](tests/unittests/tests/Prepend.ts)
| reverse | No | [Sync](tests/unittests/tests/Reverse.ts)
| select | Yes | [Sync](tests/unittests/tests/Select.ts), [Async](tests/unittests/tests/SelectAsync.ts)
| selectMany | Yes | [Sync](tests/unittests/tests/SelectMany.ts), [Async](tests/unittests/tests/SelectManyAsync.ts)
Expand Down

0 comments on commit 9ad7b9a

Please sign in to comment.