Files

5 lines
96 B
JavaScript

export function reduce(state = 0) {
return state + 1;
}
//# sourceMappingURL=stateId.js.map