From 93da571524fbf54fb2a230b771036afbfcf8d1e2 Mon Sep 17 00:00:00 2001 From: Jesse Kelly Date: Sun, 6 Aug 2023 13:52:33 -0600 Subject: [PATCH] chore(Readme): removed duplicate list items --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 09724bd..196af26 100644 --- a/README.md +++ b/README.md @@ -231,10 +231,6 @@ type ElementFromSelector = H.Pipe`: Extracts the keys from an object type `Obj`. - [x] `Values`: Extracts the values from an object type `Obj`. - [x] `AllPaths`: Extracts all possible paths of an object type `Obj`. - - [x] `Record`: Creates an object type with keys of type `Key` and values of type `Value`. - - [x] `Keys`: Extracts the keys from an object type `Obj`. - - [x] `Values`: Extracts the values from an object type `Obj`. - - [x] `AllPaths`: Extracts all possible paths of an object type `Obj`. - [x] `Create`: Creates an object of type Pattern with values of type X. - [x] `Get`: 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.