Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

toArray

function toArray<T>(value?: T | T[]): T[];
§
toArray<T>(value?: T | T[]): T[]
[src]

§Type Parameters

§Parameters

§
value?: T | T[] optional
[src]

§Return Type