Join Slack
Powered by
This message was deleted.
# typescript
s
sparse-intern-71089
05/06/2020, 5:31 AM
This message was deleted.
s
steep-caravan-65104
05/06/2020, 12:35 PM
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
3
Views
Open in Slack
Previous
Next