lukeed / klona

A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
MIT License
1.62k stars 43 forks source link

Additional types #4

Closed icebob closed 4 years ago

icebob commented 4 years ago

Great job again, @lukeed!

By the way, do you plan to extend with additional common types, like Date, Buffer, Map, Set?

lukeed commented 4 years ago

Thanks! Date is already covered. I'll look into the others today

icebob commented 4 years ago

Really, sry :)

lukeed commented 4 years ago

All good, haha

lukeed commented 4 years ago

Closed via ed836c5 and 33c49a4

Thanks!

icebob commented 4 years ago

Good job, thanks!