UNPKG

type-tls

Version:

type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等

54 lines (26 loc) 656 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [type-tls](./type-tls.md) &gt; [getExactTypeOf](./type-tls.getexacttypeof.md) ## getExactTypeOf() function 获取 inst 的精确类型 **Signature:** ```typescript export declare function getExactTypeOf(inst: any): ExactType; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> inst </td><td> any </td><td> </td></tr> </tbody></table> **Returns:** [ExactType](./type-tls.exacttype.md) inst 的类型