0.1.0 • Published 3 years ago
@ainc/ob v0.1.0
@ainc/ob
Let's do something nice with @ainc/ob!
Install
$ yarn add @ainc/ob
Usage
import { store } as ob from '@ainc/ob';
const ob = store({
count: 0,
add() {
this.count ++;
},
});
0.1.0
3 years ago