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

DataUpdateFunction

type DataUpdateFunction<TInput, TOutput> = (input: TInput) => TOutput;

§Type Parameters

§
TInput
[src]
§
TOutput
[src]

§Type

§
(input: TInput) => TOutput
[src]