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.