UNPKG

variable-type

Version:

Runtime type checking for variable and similar objects.

11 lines (10 loc) 195 B
/** * Created by hustcc on 17/08/01. */ import Type from '../Type'; /** * object 结构 * @param typeObj * @returns {Type} */ export default function (typeObj: Record<string, Type>): Type;