feat: add toObject method #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a
toObjectmethod forOrderedMap. This feature makes it possible to do something like:Shouldn't the type be more along the line of
toObject(): Record<string, T>, since theOrderedMaptype already has its content type in a type parameter?I think you're right, I've updated the type def.