zzarcon/xtore

Proper type safety

zzarcon opened this issue · 0 comments

Proposal 1

xtore.update('user', '123', {name: 'hector'});

xtore.subscribe('user', '123', {
  next() {

  }
});