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

PlaceholderDataFunction

type PlaceholderDataFunction<TResult> = () => TResult | undefined;

§Type Parameters

§
TResult
[src]

§Type

§
() => TResult | undefined
[src]