Skip to content

Commit

Permalink
Merge pull request #108 from jessekelly881/jessekelly881-patch-1
Browse files Browse the repository at this point in the history
chore(Readme): removed duplicate list items
  • Loading branch information
ecyrbe authored Aug 6, 2023
2 parents 1707ea6 + 93da571 commit fccfc2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ type ElementFromSelector<T> = H.Pipe<T, [
- [x] `Keys<Obj>`: Extracts the keys from an object type `Obj`.
- [x] `Values<Obj>`: Extracts the values from an object type `Obj`.
- [x] `AllPaths<Obj>`: Extracts all possible paths of an object type `Obj`.
- [x] `Record<Key, Value>`: Creates an object type with keys of type `Key` and values of type `Value`.
- [x] `Keys<Obj>`: Extracts the keys from an object type `Obj`.
- [x] `Values<Obj>`: Extracts the values from an object type `Obj`.
- [x] `AllPaths<Obj>`: Extracts all possible paths of an object type `Obj`.
- [x] `Create<Pattern, X>`: Creates an object of type Pattern with values of type X.
- [x] `Get<Path, Obj>`: Gets the value at the specified path `Path` in the object `Obj`.
- [x] `FromEntries<[Key, Value]>`: Creates an object from a union of key-value pairs.
Expand Down

0 comments on commit fccfc2f

Please sign in to comment.