UNPKG

boardgame.io

Version:
8 lines (7 loc) 207 B
import type { 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;