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

wrap

import { wrap } from "https://raw.githubusercontent.com/baetheus/fun/main/iterable.ts";
function wrap<A>(...a: A[]): Iterable<A>;
§
wrap<A>(...a: A[]): Iterable<A>
[src]

§Type Parameters

§Parameters

§
...a: A[] optional
[src]

§Return Type

§
Iterable<A>
[src]