automerge / hypermerge

Build p2p collaborative applications without any server infrastructure in Node.js
MIT License
1.28k stars 66 forks source link

Prevent an empty options object #36

Closed mjtognetti closed 1 year ago

mjtognetti commented 4 years ago

Require either a path or memory

If you pass path, memory is optional If you pass memory, path is optional. You must pass at least one or the other.