UNPKG

@sviridoff/mobx-persist

Version:
5 lines (4 loc) 127 B
export declare type Types = 'object' | 'list' | 'map'; export declare const types: { [key: string]: ((s?: any) => any); };