芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/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() }