UNPKG

boardgame.io

Version:
8 lines (7 loc) 234 B
import type { Plugin } from '../types'; /** * Plugin that checks whether state is serializable, in order to avoid * network serialization bugs. */ declare const SerializablePlugin: Plugin; export default SerializablePlugin;