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) 146 B
import { ModelPropTransform } from '../modelShared/prop'; export declare const stringToBigIntTransform: () => ModelPropTransform<string, bigint>;