UNPKG

type-tls

Version:

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

55 lines (26 loc) 623 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [type-tls](./type-tls.md) &gt; [isArrayLike](./type-tls.isarraylike.md) ## isArrayLike() function 判断 target 是否为 类数组对象 **Signature:** ```typescript export declare function isArrayLike(target: any): boolean; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> target </td><td> any </td><td> 目标 </td></tr> </tbody></table> **Returns:** boolean