Effect CommunityEC
Effect Community•3y ago•
21 replies
Jules

Sorting a `Chunk<{ name: string, createdAt: Date }>` by ascending `createdAt`

If I have a Chunk<{ name: string, createdAt: Date }> how do I sort if by ascending
createdAt
? 🤔
Was this page helpful?