-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29041d3
commit 723b35f
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ https://deno.land/x/[email protected]?source - release with `v9.3.0` tag | |
|
||
release X on deno | ||
|
||
deno can install with package.json | ||
https://deno.com/blog/v2.0 | ||
|
||
## ABOVE SHOULD BE DONE | ||
|
||
|
@@ -36,6 +38,14 @@ https://github.com/ramda/types/pull/129/files | |
https://publint.dev/[email protected] | ||
https://arethetypeswrong.github.io/?p=ramda%400.30.1 | ||
|
||
https://github.com/denoland/std/blob/main/collections/associate_by_test.ts | ||
https://github.com/denoland/std/blob/main/collections/reduce_groups_test.ts | ||
https://github.com/denoland/std/blob/main/collections/permutations_test.ts | ||
https://github.com/denoland/std/blob/main/collections/partition_entries_test.ts | ||
https://github.com/denoland/std/blob/main/collections/map_values_test.ts | ||
https://github.com/denoland/std/blob/main/collections/map_keys_test.ts | ||
https://github.com/denoland/std/blob/main/collections/join_to_string_test.ts | ||
https://github.com/denoland/std/blob/main/collections/sum_of_test.ts | ||
--- | ||
|
||
chech in to read for examples | ||
|