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

RefCallback

type RefCallback<T> = (instance: T | null) => void;

§Type Parameters

§Type

§
(instance: T | null) => void
[src]