📄 all.ts
/home/palash/git/site/node_modules/immer/src/plugins/all.ts
Language: ts • Lines: 9
import {enableES5} from "./es5"
import {enableMapSet} from "./mapset"
import {enablePatches} from "./patches"

export function enableAllPlugins() {
	enableES5()
	enableMapSet()
	enablePatches()
}