UNPKG

mobx

Version:

Simple, scalable state management.

5 lines (4 loc) 151 B
/** * Basically, a deep clone, so that no reactive property will exist anymore. */ export declare function toJS<T>(source: T, options?: any): T;