Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 467 Bytes

eth-connect.toarray.md

File metadata and controls

24 lines (14 loc) · 467 Bytes

Home > eth-connect > toArray

toArray() function

Ensures the result will be an array

Signature:

export declare function toArray(value: any): any[];

Parameters

Parameter Type Description
value any

Returns:

any[]