UNPKG

mobx-keystone

Version:

A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more

3 lines (2 loc) 164 B
import { ActionCallArgumentSerializer } from './core'; export declare const primitiveSerializer: ActionCallArgumentSerializer<number | bigint | undefined, string>;