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

Updater

type Updater<TInput, TOutput> = TOutput | DataUpdateFunction<TInput, TOutput>;

§Type Parameters

§
TInput
[src]
§
TOutput
[src]

§Type

§
TOutput | DataUpdateFunction<TInput, TOutput>
[src]