good first issue
Repository metrics
- Stars
- (10,304 stars)
- PR merge metrics
- (Avg merge 2d 5h) (3 merged PRs in 30d)
Description
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.