Skip to content

Commit

Permalink
fix: missing partition export
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Aug 18, 2022
1 parent f767bd3 commit 0d537c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ export * from "https://deno.land/std@0.152.0/collections/aggregate_groups.ts";
export * from "https://deno.land/std@0.152.0/collections/deep_merge.ts";
export * from "https://deno.land/std@0.152.0/collections/distinct.ts";
export * from "https://deno.land/std@0.152.0/collections/distinct_by.ts";
export * from "https://deno.land/std@0.152.0/collections/filter_entries.ts";
export * from "https://deno.land/std@0.152.0/collections/filter_values.ts";
export * from "https://deno.land/std@0.152.0/collections/filter_keys.ts";
export * from "https://deno.land/std@0.152.0/collections/map_keys.ts";
export * from "https://deno.land/std@0.152.0/collections/map_not_nullish.ts";
export * from "https://deno.land/std@0.152.0/collections/map_values.ts";
export * from "https://deno.land/std@0.152.0/collections/map_entries.ts";
export * from "https://deno.land/std@0.152.0/collections/max_by.ts";
export * from "https://deno.land/std@0.152.0/collections/max_of.ts";
export * from "https://deno.land/std@0.152.0/collections/max_with.ts";
Expand Down
1 change: 0 additions & 1 deletion src/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
minBy,
minOf,
minWith,
partition as partitionBy,
sample,
unzip,
zip,
Expand Down

0 comments on commit 0d537c5

Please sign in to comment.