good first issue
Metriche repository
- Star
- (10.304 star)
- Metriche merge PR
- (Merge medio 2g 5h) (3 PR mergiate in 30 g)
Descrizione
I want to convert this:
const blob = await exportDB(db, { prettyJson: true });
To readable json.
Instead I get:
Blob {size: 5646, type: "text/json"}
Thank you.