UNPKG

boardgame.io

Version:
5 lines (4 loc) 233 B
import type { Plugin } from '../types'; import type { RandomAPI, PrivateRandomAPI, RandomState } from './random/random'; declare const RandomPlugin: Plugin<RandomAPI & PrivateRandomAPI, RandomState>; export default RandomPlugin;