UNPKG

variable-type

Version:

Runtime type checking for variable and similar objects.

11 lines (10 loc) 165 B
/** * Created by hustcc on 17/08/01. */ import Type from '../Type'; /** * 类型判断 * @param s * @returns {Type} */ export default function (s: any): Type;