Skip to main content
Module

x/blocks/mod.ts>InstanceOf

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