Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/immer/src/plugins/all.ts

import {enableES5} from "./es5"
import {enableMapSet} from "./mapset"
import {enablePatches} from "./patches"

export function enableAllPlugins() {
	enableES5()
	enableMapSet()
	enablePatches()
}
Back to Directory File Manager