Skip to main content
Module

x/live/mod.ts>InstanceOf

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias InstanceOf
import { type InstanceOf } from "https://deno.land/x/live@1.53.10/mod.ts";
definition: T extends Block<BlockModule<any, any, infer TSerializable>> ? TSerializable : T