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

GenericFunction

type GenericFunction = {
Args: Record<string, unknown>;
Returns: unknown;
}
;

§Type

§
{
Args: Record<string, unknown>;
Returns: unknown;
}
[src]