How to use the immerable function from immer

Find comprehensive JavaScript immer.immerable code examples handpicked from public code repositorys.

74
75
76
77
78
79
80
81
82
83
        this.loading = {};
    }
    return BaseStore;
}());
exports.BaseStore = BaseStore;
_a = immer_2.immerable;
var Store = (function () {
    function Store() {
    }
    Store.create = function (Clazz) {
fork icon1
star icon5
watch icon1

+ 5 other calls in file