source:
frontend/node_modules/immer/src/plugins/all.ts
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 196 bytes | |
| Line | |
|---|---|
| 1 | import {enableES5} from "./es5" |
| 2 | import {enableMapSet} from "./mapset" |
| 3 | import {enablePatches} from "./patches" |
| 4 | |
| 5 | export function enableAllPlugins() { |
| 6 | enableES5() |
| 7 | enableMapSet() |
| 8 | enablePatches() |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
