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

two

import { two } from "https://gist.githubusercontent.com/SyrupThinker/24a9d41d4369a883a972b3b0be6b34cd/raw/3e594b86130a509d6410d9f925078fafc9679336/test.ts";
function two(i: GenericTwo<number, string>): GenericTwo<number, string>;
§
two(i: GenericTwo<number, string>): GenericTwo<number, string>
[src]

§Parameters

§
i: GenericTwo<number, string>
[src]

§Return Type

§
GenericTwo<number, string>
[src]