UNPKG

boardgame.io

Version:
8 lines (7 loc) 202 B
import { Plugin } from '../types'; /** * Plugin that allows using Immer to make immutable changes * to G by just mutating it. */ declare const ImmerPlugin: Plugin; export default ImmerPlugin;