This message was deleted.
# typescript
s
This message was deleted.
s
I usually json stringify the output and then json parse to recover the desired data structure. The only gotcha is with
Map
where you'll have to use a hack like this to make it work with JSON stringify/parse. https://stackoverflow.com/a/56150320