SIGN IN SIGN UP
immerjs / immer UNCLAIMED

Create the next immutable state by mutating the current one

0 0 31 JavaScript
{
"include": ["src"],
"compilerOptions": {
"lib": ["es2015"],
2019-12-16 10:57:46 +00:00
"strict": true,
"declaration": true,
2019-12-20 16:37:22 +00:00
"importHelpers": false,
"noImplicitAny": false // TODO: true,
}
}