isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
476 stars 47 forks source link

Making `db` as optional for `Options` interface #100

Closed pedroapfilho closed 1 year ago

pedroapfilho commented 1 year ago

The db is actually optional, as if it’s not present, it’ll default to the db creation, so the type should be optional too.

jcubic commented 1 year ago

Thanks for the fix.