source: node_modules/@reduxjs/toolkit/src/query/utils/immerImports.ts

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 128 bytes
Line 
1export {
2 current,
3 isDraft,
4 applyPatches,
5 original,
6 isDraftable,
7 produceWithPatches,
8 enablePatches,
9} from 'immer'
Note: See TracBrowser for help on using the repository browser.