UNPKG

mobx-keystone-mindreframer

Version:

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

10 lines (9 loc) 279 B
import type { AnyType } from "./schemas"; import type { TypeInfo } from "./TypeChecker"; /** * Gets the type info of a given type. * * @param type Type to get the info from. * @returns The type info. */ export declare function getTypeInfo(type: AnyType): TypeInfo;