Skip to main content
Module

x/jito/jito.d.ts>TargetCallback

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
type alias TargetCallback
import { type TargetCallback } from "https://deno.land/x/jito@1.0.0/jito.d.ts";
definition: ((newValue: any, oldValue: any) => void)