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

UnaryFunction

OPERATOR INTERFACES

interface UnaryFunction <T, R> {
(source: T): R;
}

§Type Parameters

§Call Signatures

§
(source: T): R
[src]